Search found 59476 matches
- Sun Nov 04, 2012 11:07 pm
- Forum: New Plug-Ins
- Topic: Help needed to create a plugin for fixing dv clicks
- Replies: 10
- Views: 5429
Re: Help needed to create a plugin for fixing dv clicks
If you only need to process very short sections at a time (say, under a couple of seconds), then your algorithm can be applied quite simply. I've added a lot of comments to this code so that hopefully you can see what it is doing. Note that the sample values must be exactly zero to be corrected. ; l...
- Sun Nov 04, 2012 10:08 pm
- Forum: New Plug-Ins
- Topic: Help needed to create a plugin for fixing dv clicks
- Replies: 10
- Views: 5429
Re: Help needed to create a plugin for fixing dv clicks
Well, I think this could help, but is there a way to do this : if sample==0 then sample= (previoussample+nextsample)/2 Yes that could be done, but Robert is trying to (cleverly) avoid bit-wise processing as bit-wise processing in Audacity is notoriously slow. Robert's code will work where there is ...
- Sun Nov 04, 2012 9:27 pm
- Forum: Windows
- Topic: Can't change pitch on short tracks without cutting off begin
- Replies: 2
- Views: 1683
Re: Can't change pitch on short tracks without cutting off b
I presume that you are using the "Change Pitch" effect. This is a relatively simple effect for pitch stretching and has some limitations, one of which is that the sound quality is not that great and the other is that the duration is not precise (it is likely to chop off some audio from the...
- Sun Nov 04, 2012 9:21 pm
- Forum: Windows
- Topic: Can it extract audio from MP4 & other video ?
- Replies: 1
- Views: 683
Re: Can it extract audio from MP4 & other video ?
You need to have FFmpeg installed: http://manual.audacityteam.org/o/man/fa ... tml#ffdown
Then see here: http://manual.audacityteam.org/o/man/tu ... _file.html
Then see here: http://manual.audacityteam.org/o/man/tu ... _file.html
- Sun Nov 04, 2012 9:20 pm
- Forum: Windows
- Topic: Can it record streaming IN/OUT audio simultaneously ?
- Replies: 13
- Views: 2306
Re: Can it record streaming IN/OUT audio simultaneously ?
we used to recommend FreeCorder. We should probably stop. I think there may still be some suggestions for using "Freecorder 3" but we've not recommended later versions because of issues regarding what is or may be bundled with it. Freecorder 3 is no longer officially distributed, so I agr...
- Sun Nov 04, 2012 9:10 pm
- Forum: GNU/Linux
- Topic: Audacity, OpenSUSE 12.2 and Lexicon Alpha
- Replies: 16
- Views: 12686
Re: Audacity, OpenSUSE 12.2 and Lexicon Alpha
then changed latency (audio to buffer) to 300 milliseconds, and at least, I've got the full waveform, without silence. That sounds good, though there does seem to be something a bit amiss that you need to go that high, however, if it is working then it's working. Suse is using PulseAudio, at least ...
- Sun Nov 04, 2012 9:01 pm
- Forum: Plug-in Archive
- Topic: Adjustable Fade
- Replies: 271
- Views: 73559
Re: Adjustable Fade
I did not bother to mock up an interface for them, but they are a few posts above . Got it, thanks. So we want sliders for the high and low points of the fade I think? If we remove the controversial "linear gain" option, then the sliders can be "% of the original" or "gain ...
- Sun Nov 04, 2012 8:15 pm
- Forum: Feature Request Archive
- Topic: Distortion effects
- Replies: 23
- Views: 16007
Re: Distortion effects
Which controls should appear in the plug-in? Which ones are generally in use nowadays? I would have thought that for a basic general purpose distortion effect there would need to be a minimum of: Distortion type: Hard Clipping / Tube Overdrive / Others to be added later Tone controls: Bass + Treble...
- Sun Nov 04, 2012 8:09 pm
- Forum: Windows
- Topic: M-Audio Fast Track Pro/Behringer B2 Pro; mic doesn't record?
- Replies: 1
- Views: 801
Re: M-Audio Fast Track Pro/Behringer B2 Pro; mic doesn't rec
If you right click on the speaker icon in the System Tray and select Recording Devices, is the Fast Track Pro listed? Does it show any activity there when you speak into the mic? Is the recording level turned up in that control panel? See here for more information about the Windows Sound Control Pan...
- Sun Nov 04, 2012 4:01 pm
- Forum: Windows
- Topic: Recording distorted guitar
- Replies: 2
- Views: 483
Re: Recording distorted guitar
Windows sound "enhancements" might be the problem http://manual.audacityteam.org/o/man/fa ... hancements