Difference between revisions of "Au"
Jump to navigation
Jump to search
m (Fix git link) |
|||
Line 10: | Line 10: | ||
==Source code== | ==Source code== | ||
− | {{file| | + | {{file|modules/demux/au.c|input demuxer}} |
Revision as of 05:39, 26 March 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)