M4A stands for MPEG 4 Audio, it is a filename extension used to represent audio files.
3
votes
2answers
52 views
Play m4a files in Java
I want to create a media player in Java. The mp3 support already works with the JLayer library but which library can play m4a files?
I read about vlcj here on stackoverflow, but this seems to depend ...
1
vote
0answers
12 views
HTML5 Audio ERR_SRC_NOT_SUPPORTED in IE9
I am dynamically serving user created audio using html5 tag.
Works across the board, including IE10, but not with IE9. Definitely have the right doc type tags, its running in IE9 Standards, with the ...
0
votes
1answer
56 views
Unable to convert .mp3 to .m4a using ffmpeg [closed]
I am fully aware the legal constraints in using libfaac but this is just for my testing purpose.
I have compiled ffmpeg with faac enabled. So when I tried to convert an .mp3 to a .m4a here is the ...
3
votes
3answers
127 views
AudioPlayer iOS and m4a
I've made an app that plays music using AVAudioPlayer. It either uploads or downloads songs, writes them to Core Data, then recalls them to play when selected. All of the fifteen songs that I've been ...
1
vote
1answer
63 views
ffmpeg - multiline text in metadata (comment tag)
I use ffmpeg to update metadata tags like this way:
ffmpeg -i "in.m4a" -acodec copy -metadata artist="artist text"
-metadata comment="comment text" "out.m4a"
Well, "artist text" and "comment text" ...
0
votes
0answers
68 views
Get AAC (m4a) Header
In my Android application, I am using MediaRecorder to record AAC encoded m4a files and upload them to a server in pieces while recording. This is not streaming, but is a similar concept.
The ...
6
votes
1answer
89 views
Is there a way to get exactly a 1 second clip using ffmpeg with the came codec AAC to AAC
If I have an .mp4 file with a video stream and an audio stream. I f I execute this command:
ffmpeg -i input.mp4 -ss 00:00:14.000 -t 00:00:01.000 -vn -c:a libfaac audio.m4a
The result is Duration: ...
0
votes
0answers
116 views
mp3 and m4a frequency analysis
I'm doing some frequency analysis on mp3 files using FMOD's getSpectrum function and other utilities on windows. It was working very well but then I tried to load a file from iTunes which is a .m4a ...
0
votes
1answer
134 views
org.osmf.media.MediaPlayer Throw Error: The specified capability is not currently supported
I have a back end sound.php which can return .m4a sound file from web server and I can make a web request with id to the sound.php to return specify .m4a file. i.e. sound.php?id=1234
I am now trying ...
0
votes
0answers
167 views
Programatically convert M4A to MP3
I want to create a tool where you can enter a lot of .m4a files, then it converts them to .mp3 and sorts them by id3 tags.
The code for sorting is already complete and works really well but I can't ...
1
vote
0answers
60 views
export caf to itunes
I have a program that creates a caf file and I want to be able to export it. My program lets you export using UIActivityViewController, but if you pass it an m4a or wav file, it just lets you email ...
1
vote
1answer
144 views
Using AudioFileStreamParseBytes to parse bytes by reading from a file does not call kAudioFileStreamProperty_ReadyToProducePackets
I am trying to parse bytes by opening a audio file (M4A), reading 2048 bytes in a loop and passing it to AudioFileStreamParseBytes. This does not call the callback with the property ...
1
vote
1answer
206 views
Converting m4a -> mp3 on ASP.NET
I currently post mp3s to a site and stream it to users. However, I record in m4a and that doesn't stream unless you use flash or some special html5 implementations.
I'd like to be able to upload m4as ...
0
votes
0answers
215 views
MP3 exported as m4a using AVAssetExportSession have no sound on iOS6
I am exporting mp3 songs from iPod using following code.
-(void) exportSelectedSong
{
if(!song)
{
return;
}
[self performSelectorOnMainThread:@selector(showAlertWithActivityIndicator) ...
0
votes
1answer
149 views
Parsing title from m4a or wav?
How I can easily parse the title from a wav or m4a file on iOS(objective-c) ?
Thanks for the solutions.
5
votes
1answer
196 views
.m4a file is not playing while uploading to server
In my app i am uploading .m4a music file from iphone library (storing in core data) which is downloaded from itunes, problem is the uploaded file is not playing (even in browser), some times the ...
1
vote
1answer
249 views
How to record mic input and an audio track on iPhone at the same time
I am looking to record and save a music/song file with one or more audio track(s) let's say a max of two tracks playing simultaneously while recording my vocals via the headset or the microphone. The ...
1
vote
1answer
434 views
play a .m4a file from iPod Music Library using avaudioplayer
Does anyone know how to play a selected .m4a file from the iPhone's iPod music library using a AVAudioPlayer? Is it possible to either export or copy the file to local Documents directory of the ...
0
votes
1answer
415 views
Record .m4a file Android
How can i record M4A audio file with MediaRecorder in Android 2.2 ?
What output format, encoder and sampling rate i need to set ?
I need to record it from microphone and save it in SDCARD
UPDATE
I ...
3
votes
1answer
621 views
Playing particular formats of m4a
I've been searching for a while on the topic but found nothing at all. I should load on a webpage a certain number of .m4a files, each one inside a separate player. I found and implemented jplayer, ...
0
votes
1answer
199 views
Red5 upload/record: M4A, not FLV
I am streaming audio web to a RED5 server, and currently the file seems to be stored in FLV format. I want to store it in a different format, say M4A.
Is that possible at all? I am not too hung up on ...
0
votes
0answers
126 views
Java AAC M4A Decoding- Ubuntu and Windows compatibility
I have looked hard for information regarding this topic. How would I take an M4A Audio file, decode it, and play it? I have tried a couple different ways, but none of them work =P. It would also be ...
0
votes
0answers
101 views
Monotouch AVUrlAsset not loading on device
So I'm working on appending 2 .m4a files together. From my reading, seems like a good way to do that is load AVUrlAssets for each file and then join with AVMutableCompositionTrack and ...
1
vote
1answer
156 views
AVAudioPlayer M4A file converted from AIFF produces different latency than M4A converted from ADTS AAC
While working on a rhythm music game, I noticed that AVAudioPlayer has a latency between the reported .currentTime and the actual location within an audio file, that varies according to the file ...
1
vote
0answers
263 views
iTunes sample url(m4a links) not playing in browser/jplayer
I am trying to integrate iTunes preview url (m4a file) using jplayer but running into issues
None of the files from Apple iTunes work. For example:
...
0
votes
0answers
62 views
Convert m4a file + jpeg to podcast
I am trying to programatically create an audio podcast which will display a static image when played on an iPad/iPhone. Currently I can output a .m4a file containing the audio, and a .jpeg containing ...
0
votes
2answers
354 views
Compress wav file to a small m4a or mp3 file by using AS3/PHP
Is it possible to compress a wav file to a small m4a or mp3 file by using AS3 OR PHP?
1
vote
1answer
544 views
AVAudioPlayer error with m4a but not mp3
I'm pretty confused by this one and can't think of anything obvious that I am doing wrong.
I can't get iOS to pull an m4a out of my app bundle
eg
NSURL *clickurl = [NSURL fileURLWithPath:[NSString ...
1
vote
1answer
991 views
How to record using AVAudioRecorder without the .caf container?
I am using a AVAudioRecorder instance to record with the setting for AVFormatIDKey set to kAudioFormatMPEG4AAC. It records the audio in AAC format but a .caf audio container packages the audio file. ...
2
votes
2answers
488 views
Determine whether an audio file is encoded in Apple Lossless (ALAC)
There are a number of audio files that have .m4a suffix and these are encoded in one of AAC or Apple Lossless (ALAC). I want to choose only audio files encoded in Apple Lossless of them. Is there ...
0
votes
1answer
221 views
Extract undecoded audio payload from song file?
What tools are available to extract the raw undecoded audio payload from a song file?
I am looking for a solution that will work on wma, m4a, mp3, and ogg files.
One of the purposes is to be able to ...
1
vote
1answer
520 views
audio unit playing m4a files
I've been working on this task for 12 days and i cant find any solution pleaaaaase help
i'm supposed to load about 80 m4a files and play some of them with augraph which contains mixer and remoteIO ...
1
vote
1answer
391 views
.m4a raw data from iPod Library not playing
So I am faced with a very weird and strange problem and was wondering if anyone else has come across this issue. I am grabbing the raw data from MPMediaItem from the phones music library and then ...
4
votes
1answer
481 views
Javasound not playing .m4a files through JAAD (an SPI)
I'm trying to play some .m4a files, and I understand that JAAD only supports decoding AAC, but there are songs that I am able to get the sourceDataLine from, and then when I go to try to play them, I ...
2
votes
1answer
207 views
Is there an .m4a service provider interface for java sound?
I've written a simple media player that uses java sound and a bunch of different SPIs to give support for various audio formats. I haven't been able to find an SPI for .m4a yet though. I've looked at ...
0
votes
2answers
958 views
Background music in a php/html webpage
I used an iPhone to record a piece of piano music as .m4a format. I would like to chop it and convert it into a suitable format to be used as the background music in a php/html website.
I have the ...
0
votes
0answers
239 views
play m4a streaming(itune songs link) on embeded player in website?
right now i m using jPlayer on my website(multiple songs,multiple players on page) that plays mp3 streaming files and m4a songs that are stored in server, if we pass a m4a song link (itune song link) ...
1
vote
0answers
284 views
Needless information stored in iTunes AAC / M4A files?
I have a M4A music file, downloaded from iTunes (about 8 MB). When I edit the metadata with an other application, the file size decreases about 0.5 MB. Comparing the original with the new file using ...
1
vote
1answer
556 views
Fixing MP4/M4A File Stucture
I'm having an issue with tagging MP4/M4A files. The tagging operation goes A-OK. Well, I had an issue with the stco atom, but I fixed that. But now, when I play the MP4 file, mplayer gives me an ...
0
votes
1answer
242 views
M4A Tagging Issues
I'm having an issue with inserting M4A atoms into a file. Since the original file does not have a udta structure, I added it using an existing M4A file I had lying around as a guide.
Here's what I ...
0
votes
1answer
2k views
m4a mp4 file format what's the difference or are they the same?
I've looked and can't seem to find a concrete answer.
My client wants to play sound clips on his website, currently he has over 2000 clips which are in m4a format.
A lot of the audio players I have ...
0
votes
1answer
225 views
playing m4a files on finch
I have tried putting in the decoding options in the decoder file with finch in order to get .m4a files to play, but it when it actually plays the sounds, it comes out static. Any ideas on how to get ...
0
votes
0answers
598 views
Is there a good java sound library I can use to play MPEG 4 audio (.m4a) files? [closed]
I'm making a music-player like application for desktops. I'd like to support as many audio types as possible but since I've had trouble finding a library that supports all of the files types I'd like. ...
5
votes
1answer
694 views
Retrieve ID3 info from m4a file in PHP
I've written some PHP code to pull out ID3 tags from mp3 files. The next step is to do the same with .m4a files. From the research I've done it looks like most m4a files do not use ID3 but instead a ...
0
votes
2answers
483 views
Converting AAC audio format to M4A
I am in need of a library which could convert an AAC audio stream to M4A. We are facing problems while playing AAC on a HTC Desire with android 2.3.3, we get this error:
...
2
votes
0answers
288 views
Packing RAW AAC into m4a container?
I have an Android app using FAAC to convert raw PCM into raw AAC, but now I don't know how it can be packed into m4a container.
I've searched on the net and found a lot of info, but none of them ...
1
vote
0answers
59 views
Record audio compatible to play on windows
I need to record audio file in such a format which can be played on windows system also. I am using SpeakHere example's class AudioRecorder to record the audio but file recorded by this doesn't play ...
1
vote
3answers
732 views
How to play a .mp3 or .m4a audio on a webpage and show the embedded album art at the same time? (using Javascript, HTML5, or Flash)
There are ways to play a .m4a audio on a webpage using jPlayer or SoundManager2, but it seems that they will not show the cover art (automatically for each song).
Is there a way to automatically play ...
1
vote
1answer
449 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
150 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 ...



