Difference between revisions of "AIFF"

From VideoLAN Wiki
Jump to navigation Jump to search
 
m (Use parameter "module link" of Template:Mux)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{mux|id=aiff|encoder=n}}
+
{{mux|id=aiff|encoder=n|module link=https://git.videolan.org/?p=vlc.git;a=blob;f=modules/demux/aiff.c}}
{{wikipedia}}
+
{{wikipedia|AIFF}}
  
 
'''Audio Interchange File Format''' (AIFF) files are files similar to [[WAVE]] files. They contain uncompressed [[wikipedia:PCM|PCM]] encoded data.
 
'''Audio Interchange File Format''' (AIFF) files are files similar to [[WAVE]] files. They contain uncompressed [[wikipedia:PCM|PCM]] encoded data.
  
 +
== Source code ==
 
{{file|modules/demux/aiff.c|input demuxer}}
 
{{file|modules/demux/aiff.c|input demuxer}}

Latest revision as of 23:03, 28 May 2019

aiff
VLC can decode this container.
The module name to use at the command line is aiff.

Audio Interchange File Format (AIFF) files are files similar to WAVE files. They contain uncompressed PCM encoded data.

Source code