7.2 update: MP3 and Opus

This commit is contained in:
Alexandre Prokoudine 2022-12-14 20:33:23 +03:00
parent 4e79d8e0f5
commit d8277be9af
4 changed files with 10 additions and 8 deletions

View File

@ -22,7 +22,7 @@
'File Formats' tab of the <a href="@@export-dialog">Export dialog</a>.
</p>
<h2>Pre Process</h2>
<h2>Pre-Process</h2>
<p>
If enabled, levels of exported files will be normalized to the level chosen here.
The normalization can be either:
@ -88,9 +88,9 @@
one updates the options underneath it.
</p>
<p>
Note: For mp3 export ardour relies on ffmpeg to encode the file. This comes bundled
with the video-tools (and is always available when you install the official Ardour
binary.
Note: For MP3 export Ardour relies on libsndfile v1.1.0 and newer to encode
the file. For Opus support, Ardour requires a build of libsndfile from git
(or future 1.2.0 release). This comes bundled with official Ardour binaries.
</p>
<h3>Sample rate</h3>

View File

@ -1,12 +1,14 @@
<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).
including WAV, FLAC, Ogg/Vorbis, Ogg/Opus, 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.
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.
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.
</p>
<p>
A full list of libsndfile's supported formats is available on the

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 KiB

After

Width:  |  Height:  |  Size: 122 KiB