| Reply | « Previous Thread | Next Thread » |
|
I'm having some trouble recording audio on a 3650.
First audio.Sound.open fails when the file is non-existant. >>> import audio >>> s=audio.Sound.open("e:\\test.amr") Traceback (most recent call last): File "<console>", line 1, in ? File "E:\system\libs\audio.py", line 30, in open raise SymbianError,(callback_error[0], SymbianError: [Errno -1] Error opening file: KErrNotFound Apparently I first need to create an empty file: >>> f=open("e:\\test.amr", "w") >>> f.close() But now when I try to record sound, I mostly get the following error: >>> s=audio.Sound.open("e:\\test.amr") >>> s.record() Traceback (most recent call last): File "<console>", line 1, in ? File "E:\system\libs\audio.py", line 62, in record self._player.record() SymbianError: [Errno -18] KErrNotReady Are these known problems? Any workarounds available? |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Buggy AMR Audio Recording. Please Help!! | jhamby | General Symbian C++ | 8 | 2009-07-07 11:34 |
| nokia 6600 audio capture problems | yuxl-bupt | Mobile Java Media (Graphics & Sounds) | 6 | 2005-12-21 20:58 |
| REcording Audio with 3650 | derdasser | Mobile Java Media (Graphics & Sounds) | 0 | 2005-02-23 21:01 |
| Problem recording audio on Nokia 3650 | baykouchev | General Symbian C++ | 2 | 2004-06-02 20:38 |
| 3650 audio recording in GSM 6.10 format | tctse | General Symbian C++ | 4 | 2003-06-20 10:25 |