Difference between revisions of "Au"
Jump to navigation
Jump to search
m (Add Mmwiki link) |
(Use new parameter "module link" of Template:Mux. Similar edits will be marked minor in the future) |
||
Line 1: | Line 1: | ||
− | {{mux|id=au|encoder=n}} | + | {{mux|id=au|encoder=n|module link=https://git.videolan.org/?p=vlc.git;a=blob;f=modules/demux/au.c}} |
{{mmwiki|au/snd}} | {{mmwiki|au/snd}} | ||
{{wikipedia|au file format}} | {{wikipedia|au file format}} |
Latest revision as of 23:02, 28 May 2019
au
|
VLC can decode this container. The module name to use at the command line is au. |
Sun au format is an audio file, normally with the file extension .au, which can hold uncompressed audio.
Accepted audio codecs
- alaw: ISDN A-law and U-law format sound
- twos: Linear PCM format (like WAVE)
- au: Au floating point PCM, or ADPCM codecs
Source code
- modules/demux/au.c (input demuxer)