Removed the Freesound import doc

This commit is contained in:
Ed Ward 2017-01-27 11:03:34 +01:00 committed by Len Ovens
parent 4b83ba7273
commit c97c2e3630
4 changed files with 13 additions and 48 deletions

View File

@ -29,7 +29,7 @@ title: Import Dialog
<li>length,</li> <li>length,</li>
<li>embedded timestamp (applies to some professional formats such as <li>embedded timestamp (applies to some professional formats such as
Broadcast WAVE), and</li> Broadcast WAVE), and</li>
<li>tags (attached metadata to help categorize files in a library).</li> <li><a href="/adding-pre-existing-material/searching-for-files-using-tags/">tags</a> (attached metadata to help categorize files in a library).</li>
</ul> </ul>
<p> <p>
If the sample rate differs from the current session rate, it is displayed If the sample rate differs from the current session rate, it is displayed
@ -40,6 +40,9 @@ title: Import Dialog
Resampling is controlled by the <kbd class="menu">Conversion quality</kbd> Resampling is controlled by the <kbd class="menu">Conversion quality</kbd>
option described below. option described below.
</p> </p>
<p>
</p>
<h2>Auditioner</h2> <h2>Auditioner</h2>
<p> <p>

View File

@ -1,37 +0,0 @@
---
layout: default
title: Searching and Importing From Freesound
menu_title: Freesound Search/Import
---
<p>
<a href="http://www.freesound.org"
title="http://www.freesound.org"><dfn>Freesound</dfn></a>
is an online repository of searchable sound files licensed under
Creative-Commons term. The <kbd class="menu">Search Freesound</kbd> tab
of the import dialog allows you to search the Freesound database,
and to download and audition files directly.</p>
<dl>
<dt>Tags</dt>
<dd>Enter metadata tags that you would like to search for. You may enter
multiple search terms separated by spaces. For example,
<kbd class="input">drums 120bpm</kbd> will search for files that are tagged
<samp>drums</samp>, <samp>120bpm</samp>, or both.</dd>
<dt>Sort</dt>
<dd>Choosing one of the sort options will cause Freesound to return the list
of available files sorted accordingly. This can save time if you know (for
example) the sound you need is very short.</dd>
<dt>Search</dt>
<dd>Click this button to initiate the search. Freesound will begin returning
pages of information, with 20 items per page. The <kbd
class="menu">Stop</kbd> button interrupts the download.</dd>
<dt>The file list</dt>
<dd>Click on a file to download it from Freesound. Double-click the file to
auto-play it in the auditioner.</dd>
</dl>
<p>
Files imported with Freesound will automatically include any tags that are
associated with the file, and these tags will be included in a search when
you use the <kbd class="menu">Search Tags</kbd> tab.
</p>

View File

@ -1,22 +1,21 @@
--- ---
layout: default layout: default
title: Supported File Formats title: Supported File Formats
--- ---
<p> <p>
The list of audio file formats that Ardour can understand is quite long. 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 It is based on the functionality offered by <dfn>libsndfile</dfn>, an excellent and
widely used software library by Australian programmer Erik de Castro Lopo. widely used software library by Australian programmer Erik de Castro Lopo.
As libsndfile's capabilities expand, so will Ardour's abilities to import As libsndfile's capabilities expand, so will Ardour's abilities to import
(and export) new formats. Ardour supports all common audio file formats, (and export) new formats. Ardour supports all common audio file formats,
including WAV, AIFF, AIFC, CAF, W64 and BWF, with all typical sample formats including WAV, AIFF, AIFC, CAF, W64 and BWF, with all typical sample formats
(8-, 16-, 24-, 32-bit integer, floating point, and more). (8-, 16-, 24-, 32-bit integer, floating point, and more).
</p> </p>
<p> <p>
You can find a full list of libsndfile's supported formats A full list of libsndfile's supported formats is available on the
<a href="http://www.mega-nerd.com/libsndfile/#Features">here</a>. <a href="http://www.mega-nerd.com/libsndfile/#Features">libsndfile website</a>.
</p> </p>
<p> <p>
For MIDI import, Ardour will read any Standard MIDI Format (SMF) file. For MIDI import, Ardour will read any Standard MIDI Format (SMF) file.
</p> </p>