We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to play an demo.aac file from the phone's file system (playback using OSX's preview is fine):
NSInputStream *audioStream = [[NSInputStream alloc] initWithFileAtPath:filePath]; [[TDAudioPlayer sharedAudioPlayer] loadAudioFromStream:audioStream]; [[TDAudioPlayer sharedAudioPlayer] play];
The result in the console:
2014-02-17 23:13:08.913 PlayerTest[75874:4e0b] 23:13:08.913 ERROR: >aq> 1584: Exiting because mConverterError is 'nope' (0x2b11 req, 0x0 primed) 2014-02-17 23:13:08.914 PlayerTest[75874:4e0b] 23:13:08.914 ERROR: >aq> 1605: failed ('nope'); will stop (11025/0 frames)
The text was updated successfully, but these errors were encountered:
How did you solve the issue
Sorry, something went wrong.
No branches or pull requests
I'm trying to play an demo.aac file from the phone's file system (playback using OSX's preview is fine):
NSInputStream *audioStream = [[NSInputStream alloc] initWithFileAtPath:filePath];
[[TDAudioPlayer sharedAudioPlayer] loadAudioFromStream:audioStream];
[[TDAudioPlayer sharedAudioPlayer] play];
The result in the console:
2014-02-17 23:13:08.913 PlayerTest[75874:4e0b] 23:13:08.913 ERROR: >aq> 1584: Exiting because mConverterError is 'nope' (0x2b11 req, 0x0 primed)
2014-02-17 23:13:08.914 PlayerTest[75874:4e0b] 23:13:08.914 ERROR: >aq> 1605: failed ('nope'); will stop (11025/0 frames)
The text was updated successfully, but these errors were encountered: