Tagged Questions
1
vote
0answers
151 views
How to Set Tempo/BitRate for MP3 files in iPhone sdk?
I am trying to change the tempo of the MP3 file to b saved in iPhone. I know it is streaming type audio, but is there a way to permanently reflect such a change?
I am able to [musicPlayer ...
1
vote
1answer
666 views
How can I read the properties of an audio file in Objective-C for iOS?
How can I get the properties of an audio file (like the number of channels, sample rate and bit rate) programmatically in Objective-C for iOS?
3
votes
2answers
1k 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 ...