| Reply | « Previous Thread | Next Thread » |
|
Hello,
I am trying to develop a simple Midlet application that provides audio feedback, to be used for speech therapy. Basically, the application should repeat whatever the mobile user says (audio feedback), according to a specific delay value (i.e., repeat what has been said after 1.2 seconds, or after 300 milliseconds). I started with the following code but i am stuck: Player player = Manager.createPlayer("capture://audio"); player.realize(); player.start(); I don't think I will need the RecordControl since I do not want to record the audio on a file or in-memory, I just want to relay it back. Or shall I record it in-memory using an OutPutStream and initialize a new player with an InputStream that is connected to the OutputStream? I am not really a programmer, I am confused :( I would really appreciate your help. Thanks Regards, John |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Recording an audio stream using the Series 60 emulator | rastapasta | Symbian Media (Graphics & Sounds) | 4 | 2007-04-23 12:46 |
| Audio Playback Notification | JamesLockett | Symbian Media (Graphics & Sounds) | 1 | 2006-06-29 08:36 |
| Half Duplex Audio Streaming | subhrajyotisaha | Symbian Media (Graphics & Sounds) | 0 | 2006-05-25 05:39 |
| sonify.org to focus on mobile device audio | hp3 | Mobile Java Media (Graphics & Sounds) | 0 | 2004-10-16 17:39 |
| Converting audio frames between formats | Edison Thomaz | Symbian Tools & SDKs | 0 | 2004-10-05 22:55 |