Tagged Questions
4
votes
4answers
8k views
Server-side AAC audio with Android
As I understand it, Android will only play AAC format audio if it's encoded as MPEG-4 or 3GPP.
I'm able to play AAC audio encoded as M4A when it's local to the app, but it fails when obtaining it ...
4
votes
2answers
3k views
Looking for open-source library for editing AAC metadata (M4A files)
I'm looking for an open-source library for editing AAC metadata in M4A files (as appearing in iTunes). Specifically, I need to be able to add an album art tag. It should be something similar to ...
2
votes
1answer
964 views
what is AudioStreamBasicDescription for m4a file format
I have tried with more AudioStreamBasicDescription for m4a file format. Still I am getting some issues with that.
Please anyone tell me the exact AudioStreamBasicDescription for m4a file format.
2
votes
0answers
322 views
WPF MediaElement: SpeedRatio not working for .m4a files?
I'm working with a simple mediaplayer based on this msdn example where the user can control volume, playback speed (SpeedRatio) and seek (Position) using 3 sliders.
Everything works correctly when I ...
1
vote
1answer
435 views
Safari won't play <audio> if .ogg file is first in the list?
I have an audio object with two sources, in M4A and OGG formats.
The code is as follows:
<audio id="audio1" controls="controls" preload="none">
<source src="music.m4a" />
<source ...
1
vote
2answers
145 views
how to open an audio data in python
i've searched a lot, but could not find anything useful..
I have a m4a file, and i want to open it...what should i do? i've tried the obvious
>>> q = open('file.m4a').read()
>>> ...
1
vote
1answer
260 views
iPhone - How to convert aiff audio files into aac?
I'm developing an iphone app that records audio, right now it records aiff files, I need to convert these files to aac... any idea how to do this?
0
votes
1answer
98 views
Best python solution to play ALL kinds of audio on Windows (and Linux)?
I'm trying to write some scripts to play some of my music collection with python. Finding python modules that will play ogg and mp3 is not a problem. However, I'm having repeated failures with ...
0
votes
1answer
44 views
How to split audio encoding across multiple application launches?
My app needs to encode a large amount of audio data to an M4A file. I am currently using AVAssetWriter, which works fine, except that it takes a few minutes to encode all the data.
Instead of asking ...
0
votes
2answers
194 views
HTML5 Audio m4a
Is it possible to play m4a music files using html5 audio? If that is not possible do you know of any flash player that can play m4a outside JWPlayer, I need a free one.
0
votes
1answer
159 views
How to export a wav file to m4a with 22kHz with AVAssetExportSession?
I have a 22kHz wave file and want a 22kHz m4a file. AVAssetExportSession with the preset AVAssetExportPresetAppleM4A automatically converts my wav to 44kHZ. I've tried different presets and nil to ...
0
votes
1answer
120 views
All Round Music Solution Player for website
I have just spent a while installing a popup player that utilises a xml playlist only to find that it doesnt play .m4a files ;(
Really need to find a solution for my website i guess what i am asking ...
0
votes
2answers
459 views
How to convert WAV file to M4A?
Is there any way to convert my recorded .WAV file to .M4A file in iOS?
And also I have to convert .M4A file to .WAV file.
I tried with Audio Queue Services, but I am not able to do.
0
votes
1answer
361 views
Play M4A Files on Website
how can I play m4a audio files on my website? None of the regular mp3 players are working.
Thanks