Search found 57626 matches: help
Searched query: help
- 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: 5428
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 ...
- Sun Nov 04, 2012 8:19 pm
- Forum: New Plug-Ins
- Topic: Help needed to create a plugin for fixing dv clicks
- Replies: 10
- Views: 5428
Re: Help needed to create a plugin for fixing dv clicks
... is a error when debugging (i'm using audacity 1.3.0-beta) : error: unbound function - DIFF Ok, using Audacity 2 it runs. Well, I think this could help, but is there a way to do this : if sample==0 then sample= (previoussample+nextsample)/2 Let me show you 2 pictures of the samples : one before ...
- Sun Nov 04, 2012 5:00 pm
- Forum: Windows
- Topic: HElp with podcast tracks
- Replies: 4
- Views: 562
Re: HElp with podcast tracks
Thank you for your help Gale
,
How would I go about taking those files and condensing them to one track to put on a cd.
How would I go about taking those files and condensing them to one track to put on a cd.
- Sun Nov 04, 2012 3:28 pm
- Forum: Windows
- Topic: Recording distorted guitar
- Replies: 2
- Views: 483
Recording distorted guitar
... result. I tried to modify the recording parameters but nothing seems to be effective. Does someone have an idea about this ? Thank you for your help.
- Sun Nov 04, 2012 12:34 pm
- Forum: Windows
- Topic: Saving to a CD or DVD
- Replies: 2
- Views: 393
Re: Saving to a CD or DVD
This tutorial from the manual should help: http://manual.audacityteam.org/o/man/burning_music_files_to_a_cd.html It is part of this set of tutorials: http://manual.audacityteam.org/o/man/tutorial_copying_tapes_lps_or_minidiscs_to_cd.html You ...
- Sun Nov 04, 2012 12:09 pm
- Forum: Windows
- Topic: Saving to a CD or DVD
- Replies: 2
- Views: 393
Saving to a CD or DVD
I successfully transferred and saved my first vinyl album to my PC. Thanks for all the previous help to get me to that point. My problem now is burning the project to a CD or DVD that I can listen to. I copied the project to a DVD but when I tried to open it from the DVD ...
- Sun Nov 04, 2012 11:59 am
- Forum: Windows
- Topic: [CUT MP3] Help with cutting MP3 (file attached)
- Replies: 1
- Views: 377
[CUT MP3] Help with cutting MP3 (file attached)
Hi folks, I'm banging my head hard on the walls, here is what I want : I have a MP3 file which is ~5.4s long. I want to cut it so it lasts 5.360s EXACTLY. When I do that in Audacity and try to export it as MP3, the size goes back to 5.4s. I'm attaching the MP3, can some of you have a look to it ? TH...
- Sun Nov 04, 2012 10:53 am
- Forum: Plug-in Archive
- Topic: Adjustable Fade
- Replies: 271
- Views: 73558
Re: Adjustable Fade
... why you removed it from v26 In an attempt to simplify the effect for novice users, but it is not acceptable. Too much functionality is lost. The help in the Manual could perhaps use some of those images you posted to explain it, together with an arrow for where the mid fade point is. Yes I think ...
- Sun Nov 04, 2012 10:21 am
- Forum: New Plug-Ins
- Topic: Help needed to create a plugin for fixing dv clicks
- Replies: 10
- Views: 5428
Re: Help needed to create a plugin for fixing dv clicks
Thank you for all those replies... There was an error in my pseudo code : for $i=0 to numberOfSample(selection)-1 { if (($i>0) and ($i<numberOfSample(selection)-1)) then { if (getdbSample(selection, $i) ==0) { putdbSample(selection, $i, (getdbSample(selection, $i-1)+getdbSample(selection, $i+1))/2);...
- Sun Nov 04, 2012 7:47 am
- Forum: Plug-in Archive
- Topic: Adjustable Fade
- Replies: 271
- Views: 73558
Re: Adjustable Fade
... OK then it's back as far as my vote goes - I am not sure why you removed it from v26 when you had more or less made a convincing case for it. The help in the Manual could perhaps use some of those images you posted to explain it, together with an arrow for where the mid fade point is. Would it ...