Multiple Stream Audio File Formats

When developing a new feature for the software application I'm working on, I try to determine the table structure for audio files, and I have the following question. Do mp3, m4a, wav, aac, wma and aiff make multiple streams, and if so, how often is the multiple stream function used for each?

+3
source share
1 answer

MP3, WAVAnd AAC ( ADTSand ADIF) container formats do not support multiple audio streams. MP4 (.m4a) and ASF (.wma) formats can support multiple audio streams.

Having said that, I saw only a few audio streams in AVI(DivX files with several languages), VOB(DVD format with sound in several languages) and MKV(audio in several languages).

+1
source

All Articles