Search found 59476 matches
- Thu Jun 26, 2014 5:04 pm
- Forum: Windows
- Topic: Need help with Noise Removal, it's corrupting the track
- Replies: 9
- Views: 874
Re: Need help with Noise Removal, it's corrupting the track
Double click on the track at about 1:30 Ctrl+B Enter Double click on the track at about 3:30 Ctrl+B Enter Double click on the track at about 5:00 Ctrl+B Enter Double click on the track at about 8:00 Ctrl+B Enter Double click on the track at about 10:00 Ctrl+B Enter Double click on the track at about...
- Thu Jun 26, 2014 12:25 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Can't export Help!
- Replies: 2
- Views: 828
Re: Can't export Help!
Please read the instructions highlighted in red near the top of the page, then post on the appropriate board, ensuring that you include the information stated in the red/pink text at the top of that page. We cannot see your setup and are not able to answer questions without the necessary information...
- Thu Jun 26, 2014 12:21 pm
- Forum: Windows
- Topic: Some sound loss when recording vinyl [SOLVED]
- Replies: 13
- Views: 1271
Re: Some sound loss when recording vinyl - HELP!
Please describe how your equipment is set up, what is plugged into what where ....
- Thu Jun 26, 2014 12:12 pm
- Forum: macOS
- Topic: 7 speaker audio file
- Replies: 3
- Views: 595
Re: 7 speaker audio file
I only skimmed through that video, but I'm not sure he has got it quite right - his channel mapping looks wrong (though I may have skipped over the explanation of why he did it that way). Some links from the manual: http://manual.audacityteam.org/o/man/import_export_preferences.html#export http://ma...
- Thu Jun 26, 2014 4:32 am
- Forum: Windows
- Topic: Need help with Noise Removal, it's corrupting the track
- Replies: 9
- Views: 874
Re: Need help with Noise Removal, it's corrupting the track
Virtually all types of "filter" have some delay before they get going properly, and the Noise Removal effect is no different. As you can see in the second image, this produces a very brief "fade in" type effect during the first 1 ms or so of the selection. As long as the track st...
- Thu Jun 26, 2014 1:40 am
- Forum: Audio Processing
- Topic: plugin that allows you to modify milliseconds from a second
- Replies: 3
- Views: 1469
Re: plugin that allows you to modify milliseconds from a sec
Try this: (setq damage-length 0.05) (setf damage (abs-env (pwlv 0 damage-length 0 damage-length 1 1 1))) (setq dtable (maketable damage)) (mult s (hzosc 1 dtable)) For more information about Nyquist scripts, see: http://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference For discussion about Nyqui...
- Wed Jun 25, 2014 11:46 pm
- Forum: Windows
- Topic: Editing tools suddenly stop working on Windows 8 [SOLVED]
- Replies: 6
- Views: 371
Re: Editing tools suddenly stop working on Windows 8
Not relevant here.kozikowski wrote:Parallels allows you to run Windows on a Mac.
Look in the top right corner of the posted image. The playback meter is active, indicating that Audacity is either playing, or paused. Playback needs to be stopped for most other commands.
- Wed Jun 25, 2014 11:41 pm
- Forum: Windows
- Topic: Editing tools suddenly stop working on Windows 8 [SOLVED]
- Replies: 6
- Views: 371
Re: Editing tools suddenly stop working on Windows 8
Most commands are disabled during record, play or pause.
Press the Stop button to stop playback.
Press the Stop button to stop playback.
- Wed Jun 25, 2014 11:38 pm
- Forum: Audio Processing
- Topic: plugin that allows you to modify milliseconds from a second
- Replies: 3
- Views: 1469
Re: plugin that allows you to modify milliseconds from a sec
Run this code in the "Nyquist Prompt" effect to create a 50 ms burst of noise every 1 second: (setq damage-length 0.05) (setq amount 0.5) (setf damage (abs-env (sum (s-rest 1)(noise damage-length)))) (setq dtable (maketable damage)) (defun add-damage (sig) (sum sig (mult amount (hzosc 1 dt...
- Wed Jun 25, 2014 10:23 pm
- Forum: Windows
- Topic: Any noise generated through PC is quiet
- Replies: 2
- Views: 209
Re: Any noise generated through PC is quiet
To record both sides of a Skype conversation you need special software. For suggestions of suitable software, see: http://forum.audacityteam.org/viewtopic.php?p=246187#p246187 For recording sounds that are playing on your computer, assuming that you are using the current 2.0.5 version of Audacity an...