Search found 59476 matches

by steve
Thu Jan 09, 2014 5:48 pm
Forum: Windows
Topic: MS-ADPCM inserts silence at the end of my file[SOLVED]
Replies: 5
Views: 580

Re: Why does it insert silence at the end of my sound file?

ADPCM was designed for telephony, so I'll not be surprised if it is a limitation of the format. Could you use a different format such as Ogg or uLaw?
by steve
Thu Jan 09, 2014 5:37 pm
Forum: Windows
Topic: automated silence interval
Replies: 10
Views: 2353

Re: automated silence interval

If you are going to do a lot of this, you could quite easily convert that code into a plug-in. Please ask if you are interested, or go here if you want to work that out yourself: http://wiki.audacityteam.org/wiki/Nyqui ... _Reference
by steve
Thu Jan 09, 2014 5:34 pm
Forum: Windows
Topic: Norton causes project audio to disappear[SOLVED]
Replies: 53
Views: 5843

Re: Large sections of my project dissapears after saving

Anyone else have an answer or seen anything like this? I've seen data disappear when the project being worked on or the temporary folder are on a network drive. Are you using a network drive? You have still told us very little about what you are actually doing and we can't see over your shoulder so...
by steve
Thu Jan 09, 2014 5:31 pm
Forum: Windows
Topic: Can an Audacity file be named before it is recorded?
Replies: 1
Views: 214

Re: Can an Audacity file be named before it is recorded?

Can I name a file before recording it in Audacity? You can name the project before you start recording. 1) Open Audacity 2) "File > Save Project As" Note that the project should not be saved on a network drive while you are working on it because of the large amounts of audio data that nee...
by steve
Thu Jan 09, 2014 5:21 pm
Forum: Windows
Topic: M-Track sound quality issue[SOLVED]
Replies: 5
Views: 547

Re:M-Track sound quality issue[SOLVED]

One new question related...Now when I try to play back a recording, I hear nothing out of the speakers until I disconnect the USB (the microphone). Is there any way around that issue? Generally we prefer a fresh topic for new questions, but in this case its a quick answer because it's answered here...
by steve
Thu Jan 09, 2014 5:13 pm
Forum: Windows
Topic: automated silence interval
Replies: 10
Views: 2353

Re: automated silence interval

You can do it with this Nyquist script in the "Nyquist Prompt" effect (Effect menu). (setq frequency 0.5) (setq bias 0.0) ; must be between -1 and +1. 0 for square. (if (arrayp s) (let ((lfo (osc-pulse frequency bias))) (vector (mult (aref s 1)(sum 0.5 (mult 0.5 lfo))) (mult (aref s 1)(sum...
by steve
Thu Jan 09, 2014 4:52 pm
Forum: Feature Request Archive
Topic: Automated editing
Replies: 35
Views: 9768

Re: Automated editing

I was actually thinking of a more general option not requiring labels, analogous to "Include white space before start of audio" which I think is wanted. "Include leading white space" is definitely wanted. For anyone using Audacity alongside a DAW the removal of that feature was ...
by steve
Thu Jan 09, 2014 9:34 am
Forum: Windows
Topic: automated silence interval
Replies: 10
Views: 2353

Re: automated silence interval

You could try the "Panning (LFO)" plug-in available here: http://wiki.audacityteam.org/wiki/Nyqui ... _.28LFO.29
To install Nyquist plug-ins, see: http://wiki.audacityteam.org/wiki/Downl ... g_Plug-ins
by steve
Thu Jan 09, 2014 7:51 am
Forum: Windows
Topic: Rip audio CD DTS 5.1 to multichannel WAV 5.1
Replies: 13
Views: 3979

Re: Rip audio CD DTS 5.1 to multichannel WAV 5.1

This forum is for help with Audacity. Your question is not an Audacity issue. Various people have tried to make useful suggestions which you have dismissed with contempt. We are not able to resolve your problem for you as you have not even stated clearly what the problem is. As this is not even an i...