Search found 59476 matches

by steve
Mon Nov 03, 2014 5:54 pm
Forum: Compiling Audacity
Topic: Realise a plugin
Replies: 11
Views: 3394

Re: Realise a plugin

Are you an accomplished C/C++ programmer? You're not giving me much information to go on, but assuming that it audio format, probably the easiest way would be to add support for your non-standard format to FFmpeg, then build Audacity against your custom FFmpeg headers. Alternatively you could try wr...
by steve
Mon Nov 03, 2014 5:45 pm
Forum: Windows
Topic: Reducing Amplitude
Replies: 3
Views: 1873

Re: Reducing Amplitude

in order to attenuate the volume, which nearly saturates the entire field on Audacity I'm guessing that it also sounds quite distorted. Unfortunately that can't be fixed :( in order to attenuate the volume, ... I would need to click on 'Amplify'? Yes, that's probably the easiest way. I did that onc...
by steve
Mon Nov 03, 2014 5:35 pm
Forum: Compiling Audacity
Topic: Realise a plugin
Replies: 11
Views: 3394

Re: Realise a plugin

lefau44 wrote:I have some data in file with a specific format
What is the format?
Is the format supported by FFmpeg?
by steve
Mon Nov 03, 2014 5:33 pm
Forum: Windows
Topic: How to clip/trim/cut off end of audio????
Replies: 1
Views: 834

Re: How to clip/trim/cut off end of audio????

Here is the tutorial I've been working with: That documentation is way out of date - it is for Audacity 1.2.6 which has been obsolete for a long time. The current version of Audacity is 2.0.6 and is available here: http://audacityteam.org/download/ The recommended Windows Installer includes the cur...
by steve
Mon Nov 03, 2014 5:26 pm
Forum: Compiling Audacity
Topic: Realise a plugin
Replies: 11
Views: 3394

Re: Realise a plugin

What do you mean by "import plugin"?
What are you wanting to do?
by steve
Mon Nov 03, 2014 5:25 pm
Forum: Windows
Topic: Voice Isolation and/or Instrumental isolation
Replies: 2
Views: 441

Re: Voice Isolation and/or Instrumental isolation

I hear audacity can Split the two (voice from instruments) In the most optimistic case Audacity can remove the voice from a music track quite well using the "Vocal Removal" effect (http://manual.audacityteam.org/o/man/vocal_remover.html), but it requires: The recording is stereo The voice...
by steve
Mon Nov 03, 2014 5:18 pm
Forum: Français
Topic: Développer un plugin
Replies: 1
Views: 762

Re: Développer un plugin

by steve
Mon Nov 03, 2014 5:17 pm
Forum: Compiling Audacity
Topic: Realise a plugin
Replies: 11
Views: 3394

Re: Realise a plugin

Audacity supports a number of different plug-in formats, including VST (mostly on Windows), LADSPA, AU (Mac OS X only) and Nyquist. Of these, probably the easiest to write are "Nyquist" plug-ins. Because Nyquist plug-ins are specifically for Audacity, we have quite a lot of information. Se...
by steve
Mon Nov 03, 2014 5:12 pm
Forum: Windows
Topic: Handling Amplitude
Replies: 1
Views: 291

Re: Handling Amplitude

Is that called compression? Yes, or to give it its full name "dynamic range compression". It should not be confused with "data compression", which is "making files smaller". There is help for using the Audacity Compressor in this part of the manual: http://manual.audac...
by steve
Mon Nov 03, 2014 4:17 pm
Forum: Feature Request Archive
Topic: "Show Clipping" Options
Replies: 110
Views: 15622

Re: "Show Clipping" Options

kozikowski wrote: CLIP THRESHOLD OPTIONS
Default (3 samples over) [X]
For integer format tracks (16 / 24 bit), you can never go over 0 dB. So if we take that option setting literally (how else?) then setting then the current default threshold of 0 dB will never show clipping for 16 bit or 24 bit audio.