Search found 59476 matches
- Wed Sep 01, 2010 9:13 pm
- Forum: Recording Techniques
- Topic: Using tempo
- Replies: 2
- Views: 621
Re: Using tempo
Any caveats before I begin, such as a certain level that users have found begins to really show the distortion that is rather obvious when you apply some heavy-handed level like -40? On speech the distortion is usually pretty bad if you go beyond -20%. Generally I prefer not to use this effect. Som...
- Wed Sep 01, 2010 8:58 pm
- Forum: Windows
- Topic: Separated Assets and Project File?
- Replies: 4
- Views: 572
Re: Separated Assets and Project File?
By "Assets" I presume that you mean "dependencies". There is a page here that explains what makes up an Audacity project http://wiki.audacityteam.org/wiki/File_Management_Tips The problem that I think you are having is that the dependencies are not where Audacity expects to find ...
- Wed Sep 01, 2010 8:44 pm
- Forum: Maintaining / Improving this Forum
- Topic: Stop between tracks
- Replies: 7
- Views: 2631
Re: Stop between tracks
Could you just use "Pause"? (either click the Pause button, or press the "P" key)Nave961 wrote:I am doing a live performance using some pre-recorded music and need to work cue to cue.
To "un-pause", press the P key again, or click the Pause button.
- Wed Sep 01, 2010 8:40 pm
- Forum: Windows
- Topic: Stuttering when recording
- Replies: 6
- Views: 2995
Re: Stuttering when recording
the problems seem to occur when I am using the Line 6 GSX and podfarm through Audacity. USB audio interfaces can be prone to drop-outs and other intermittent problems like this due to the USB being unable to keep up with the data. The problem is not so much the required data speed, but the fact tha...
- Wed Sep 01, 2010 8:27 pm
- Forum: Windows
- Topic: How to record cd as one track?
- Replies: 11
- Views: 1457
Re: How to record cd as one track?
I use Audition, but I don't know how to do that as a "1 click deal". I thought you needed basically the same procedure as in Audacity.mikehende wrote:I had use "Audition" [Adobe"] which was the one click deal
- Wed Sep 01, 2010 8:23 pm
- Forum: Recording Techniques
- Topic: Recording over same track
- Replies: 5
- Views: 3558
Re: Recording over same track
I'm sure that -the first time I try any on-the-fly editing - it will need to be with a patient reader, one who doesn't "lose motivation" when having to pause. Probably best to experiment with yourself as the reader, then when you do it for real the reader will be impressed with how slick ...
- Wed Sep 01, 2010 8:19 pm
- Forum: Recording Techniques
- Topic: Importance of recording Levels
- Replies: 17
- Views: 3066
Re: Importance of recording Levels
Audacity only deals with digital data. It uses another open source project " PortAudio " to intercept data from the sound card driver. The device driver at minimum messes with the relative amplitude of the USB input. Otherwise the volume control would be disabled. Spot on, but it does that...
- Wed Sep 01, 2010 7:18 pm
- Forum: Audio Processing
- Topic: Plectrum Clicks
- Replies: 12
- Views: 2273
Re: Plectrum Clicks
If you look carefully (zoomed in both vertically and horizontally) you can see three little wiggles in the waveform where the plectrum click is. tracks000.png I don't know of any way to automatically remove the clicks, but you could delete them then use the "Repair" effect to smooth the ed...
- Wed Sep 01, 2010 6:21 pm
- Forum: Windows
- Topic: Mach5 LightSpeed...??
- Replies: 11
- Views: 1497
Re: Review/Edit at Mach5 LightSpeed...??
Use the "Transcription Toolbar" to increase playback speed http://manual.audacityteam.org/index.php?title=Transcription_Toolbar See here for info on Label Tracks: http://manual.audacityteam.org/index.php?title=Label_Tracks A couple of useful keyboard shortcuts: Ctrl+B (Add Label at Selecti...
- Wed Sep 01, 2010 6:17 pm
- Forum: Nyquist
- Topic: 3 ways to make an array
- Replies: 0
- Views: 924
3 ways to make an array
Method 1 - Make-Array http://www.audacity-forum.de/download/edgar/nyquist/nyquist-doc/xlisp/xlisp-ref/xlisp-ref-162.htm The "conventional" method to make an array is to first make an empty array of the required size using "make-array", then to add the elements of the array using...