Difference between revisions of "WAVE"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
'''WAVE''' is a way of storing uncompressed audio. | '''WAVE''' is a way of storing uncompressed audio. | ||
+ | |||
+ | == Accepted audio codecs == | ||
+ | * [[dummy]]: Uncompressed audio of various types. | ||
+ | * [[fl32]]: Floating point 32-bit uncompressed audio | ||
+ | |||
+ | == Souce code == | ||
+ | {{file|/modules/mux/wav.c|output muxer}} |
Revision as of 00:36, 17 December 2006
wav
|
VLC can encode and decode this container. The module name to use at the command line is wav. |
WAVE is a way of storing uncompressed audio.
Accepted audio codecs
Souce code
- /modules/mux/wav.c (output muxer)