IOS -> Audio Queue Services : Memory leaks with m4a or MP4 files [closed]
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this question 开发者_开发百科My problem:
I have memory leaks with "Audio File Stream Services Reference
" API.
How reproduce the bug :
Used this audio streamer sample (https://github.com/mattgallagher/AudioStreamer)
Play
m4a
ormp4
fileStop Player
Memory leaks occur when this function is called :
AudioFileStreamClose
For information :
- I have no memory leaks with MP3
or AAC
files
- File used : Apple sample file (
sample_mpeg4.mp4
- http://support.apple.com/kb/HT1425))
Why AudioFileStreamParseBytes
generated memory leaks only with m4a
or mp4
files format?
精彩评论