Please Help to open AMR file.
I'm trying to open AMR file using this function:
OSStatus status = AudioFileOpenURL (
soundFile,
fsRdPerm, // read only
kAudioFileAMRType,
&audioFileID
);
soundFile is the (CFURLRef) type and having the url of the file in Document directory.
This function shows error in opening, it says
Error loading /Library/QuickTime/Sonix SN9C201 WebCam.component/Contents/MacOS/Sonix SN9C201 WebCam: dlopen(/Library/QuickTime/Sonix SN9C201 WebCam.component/Contents/MacOS/Sonix SN9C201 WebCam, 262): Symbol not found: _SCDynamicStoreCopyConsoleUser
Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
Expected in: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator2.0.sdk/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
=shlibs-removed,shlib-info=[num="55",name="Sonix SN9C201 WebCam",kind="-",dyld-addr="0x42e6000",reason="dyld",requested-state="E",state="E",path="/Library/QuickTime/Sonix SN9C201 WebCam.component/Contents/MacOS/Sonix SN9C201 WebCam",description="/Library/QuickTime/Sonix SN9C201 WebCam.component/Contents/MacOS/Sonix SN9C201 WebCam",loaded_addr="0x42e6000",slide="0x42e6000", prefix=""]
I donno wat it have to do with the QuickTime, I donno wat library it wants to open the AMR file.
Please help...Thank you all
|