Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[Moved]voice call in multiple language

Status
Not open for further replies.

priyaece

Newbie level 5
Joined
Jan 12, 2015
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
51
Hi,
One portion of our project is to make voice call to passengers in different languages based on the input(which language they need)
How can i retrieve pre-recorded voice call in multiple languages,.... or is it possible to use more than one pre-recorded voice using gsm
 

WE have no idea what platform you are using, nor the language, nor the file or database system.
 

Based on location identification using GPS, we need to make call to the passengers of that railway station
We are using C#.net for database and not yet started other interfacing... Now only searching
Can you give me any suggestion?
 

Based on location identification using GPS, we need to make call to the passengers of that railway station

what if the passenger is not from that location and just visitor from other state or country then how you know which language he/she knows?

You can use the idea of voice prompts concept.used by the telecommunication companies or banking sectors.
 

We are getting their language while getting destination itself...
So we need to record in different languages separately and making call based on their input(language)
How can we retrieve recorded voice based on need?
 

So..

as passengers buy their ticket, they indicate their language preference
and as the train comes to a station, you want an announcement in their language choice
until you have passed the station they would have dis-embarked

So you need 3 'tables';

Table of Stations and Languages
1. language code
2. Station
3. reference to the [audio] file with the corresponding announcement

Table of Passengers
1. Date/Time or dummy number or ticket number - - strictly speaking it is not needed but would be useful for debugging and analysis
2. Destination station
3. Language Code

Announcements [summary table derived from above]
1 Language Code

Two background programs. One to refresh the Announcements, and another to delete entries from Table of Passengers [as the destination station is passed]

As the train nears the station, the Announcements table says which languages, and the Table of Stations and Languages tells you which files to 'play'.
 

We don't have a clear idea on it...
Give any suggestion
 

We don't have a clear idea on it...
Give any suggestion

what is not clear?

You have not provided much in the way of details.....nor a clear description......all in all you have been rather vague see post #2
 

We are using Apr9600

- - - Updated - - -

We are using apr9600 chip for recording voice.... and after recording 5 different voice files, the output from apr9600 is given to the input of gsm module...
Now how we can retrieve a particular voice file?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top