]> Shamusworld >> Repos - ardour-manual/commitdiff
update supported format page
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 13 Sep 2022 22:25:00 +0000 (16:25 -0600)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 15 Oct 2022 15:17:57 +0000 (09:17 -0600)
include/supported-file-formats.html

index 8938fa7295245f701d1841266dc5228a035e9949..1e7d00314210947f74a11632bc4151105310b0b4 100644 (file)
@@ -1,17 +1,21 @@
-
+<p>
+  Ardour supports all common audio file formats,
+  including WAV, FLAC, Ogg/Vorbis, AIFF, AIFC, CAF, W64 and BWF, with all typical sample formats
+  (8-, 16-, 24-, 32-bit integer, floating point, and more).
+</p>
 <p>
   The list of audio file formats that Ardour can understand is quite long.
-  It is based on the functionality offered by <dfn>libsndfile</dfn>, an excellent and
+  Most formats are supported based on the functionality offered by <dfn>libsndfile</dfn>, an excellent and
   widely used software library by Australian programmer Erik de Castro Lopo.
-  As libsndfile's capabilities expand, so will Ardour's abilities to import
-  (and export) new formats. Ardour supports all common audio file formats,
-  including WAV, AIFF, AIFC, CAF, W64 and BWF, with all typical sample formats
-  (8-, 16-, 24-, 32-bit integer, floating point, and more).
 </p>
 <p>
   A full list of libsndfile's supported formats is available on the
   <a href="http://www.mega-nerd.com/libsndfile/#Features">libsndfile website</a>.
-  </p>
+</p>
+<p>
+  In addition, Ardour also supports MP3 lossy compression format
+  files. We do not recommend importing these for any serious work, but
+  the option is available if you are forced to use such files.
 <p>
   For MIDI import, Ardour will read any Standard MIDI Format (SMF) file.
 </p>