-
Notifications
You must be signed in to change notification settings - Fork 524
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
Do not attempt to retrieve magic cookie from MP3 files. #299
base: master
Are you sure you want to change the base?
Conversation
MP3 files do not have magic cookies https://www.google.ch/patents/US20090019087 so an attempt to retrieve magic cookie from mp3 file causes method to return before the converter was created.
Added handling of Error description:
|
… find out if the track if fully recorded.
Hi @belakva and thanks for the PR. Could you please sort the merge conflicts? |
Related issue #298
MP3 files do not have magic cookies so an attempt to retrieve magic cookie from mp3 file causes method to return before the converter was created.
@tumtumtum please, review this change. It might be, that original intent was to check for
(self->currentlyReadingEntry.dataSource.audioFileTypeHint == kAudioFileAAC_ADTSType)
instead.