Tagged Questions
3
votes
2answers
866 views
How to get bitrate of audio file in cocoa
I need to get bitrate information from audio files, for some reason AudioFileGetProperty function with kAudioFilePropertyBitRate constant always returns 0 for me. The same with ...