diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-10-19 09:39:05 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-20 04:52:20 +0100 |
commit | 5ad2e8f382fbffe8c20324a7f0a41c2c30cfd238 (patch) | |
tree | 45d2e3b59e99c5e450784900c62fa3830979ac66 /media-plugins/tap-plugins/metadata.xml | |
parent | media-plugins/gmpc-magnatune: align longdescription opening and closing tags (diff) | |
download | gentoo-5ad2e8f382fbffe8c20324a7f0a41c2c30cfd238.tar.gz gentoo-5ad2e8f382fbffe8c20324a7f0a41c2c30cfd238.tar.bz2 gentoo-5ad2e8f382fbffe8c20324a7f0a41c2c30cfd238.zip |
media-plugins/tap-plugins: align longdescription opening and closing tags
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-plugins/tap-plugins/metadata.xml')
-rw-r--r-- | media-plugins/tap-plugins/metadata.xml | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/media-plugins/tap-plugins/metadata.xml b/media-plugins/tap-plugins/metadata.xml index 85dde094c1f5..f0ad8985e08e 100644 --- a/media-plugins/tap-plugins/metadata.xml +++ b/media-plugins/tap-plugins/metadata.xml @@ -6,26 +6,26 @@ <name>Gentoo ProAudio Project</name> </maintainer> <longdescription> -TAP-plugins is short for Tom's Audio Processing plugins. It is a bunch of -LADSPA plugins for digital audio processing, intended for use in a -professional DAW environment such as Ardour. These plugins should compile -and run on any recent (that is, not seriously outdated) GNU/Linux system. -They don't require any special libraries besides the standard GNU C and math -libraries, which are expected to be provided on the machine used for -compiling. + TAP-plugins is short for Tom's Audio Processing plugins. It is a bunch of + LADSPA plugins for digital audio processing, intended for use in a + professional DAW environment such as Ardour. These plugins should compile + and run on any recent (that is, not seriously outdated) GNU/Linux system. + They don't require any special libraries besides the standard GNU C and math + libraries, which are expected to be provided on the machine used for + compiling. -The audio processing algorithms done by TAP-plugins are coded to be -independent of the actual sample rate. The sample rate is always a parameter -during computations. The plugins have been tested with sample rates 44.1 kHz -and 96 kHz, as the author uses these values in his studio. Please note that -although all plugins should be essentially functional at virtually any -sample rate, the audio fidelity depends slightly on the actual sample rate -used. Higher sample rate is better, of course. This means that an equalizer -or reverberator plugin will produce higher quality output, and will sound a -bit smoother at 96 kHz compared to, say, 44.1 kHz. This is a natural effect -that results from the fundamental properties of digital signal processing, -but you should be aware of it nevertheless. -</longdescription> + The audio processing algorithms done by TAP-plugins are coded to be + independent of the actual sample rate. The sample rate is always a parameter + during computations. The plugins have been tested with sample rates 44.1 kHz + and 96 kHz, as the author uses these values in his studio. Please note that + although all plugins should be essentially functional at virtually any + sample rate, the audio fidelity depends slightly on the actual sample rate + used. Higher sample rate is better, of course. This means that an equalizer + or reverberator plugin will produce higher quality output, and will sound a + bit smoother at 96 kHz compared to, say, 44.1 kHz. This is a natural effect + that results from the fundamental properties of digital signal processing, + but you should be aware of it nevertheless. + </longdescription> <upstream> <remote-id type="sourceforge">tap-plugins</remote-id> </upstream> |