You Are Here:

Community: Developer Discussion Boards

#1 Old audio recording problems on 3650 - 2005-09-11, 15:38

Join Date: Mar 2005
Posts: 2
petermor
Offline
Registered User
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 With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
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

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia