Skip to content
New issue

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

Error trying to play .aac file #5

Open
oleksandr opened this issue Feb 17, 2014 · 1 comment
Open

Error trying to play .aac file #5

oleksandr opened this issue Feb 17, 2014 · 1 comment

Comments

@oleksandr
Copy link

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)

@akshayjai1
Copy link

How did you solve the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants