Difference between revisions of "Au"
Jump to navigation
Jump to search
(Use new parameter "module link" of Template:Mux. Similar edits will be marked minor in the future) |
|||
(2 intermediate revisions by the same user not shown) | |||
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}} | ||
{{wikipedia|au file format}} | {{wikipedia|au file format}} | ||
Line 10: | Line 11: | ||
==Source code== | ==Source code== | ||
− | {{file| | + | {{file|modules/demux/au.c|input demuxer}} |
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)