Search found 59476 matches

by steve
Thu Mar 30, 2017 12:52 pm
Forum: Windows
Topic: zoomh5 not able to interface with pc windows 7
Replies: 5
Views: 507

Re: zoomh5 not able to interface with pc windows 7

The most that my pc will say about it is: This device cannot start. (Code 10) When does that happen? Try this: 1) Disconnect the h5 from the computer 2) Reboot your computer, don't start Audacity or any other applications. 3) Connect the h5 to the computer and enable it as an audio interface. Do yo...
by steve
Thu Mar 30, 2017 12:48 pm
Forum: Windows
Topic: File is open in Audacity when it is not
Replies: 8
Views: 416

Re: File is open in Audacity when it is not

I'm not on Windows, but try this:
"Edit menu > Preferences > Import/Export"
Enable the option "Make copy of uncompressed audio files before editing (safer)"
Click the OK button.
by steve
Thu Mar 30, 2017 12:44 pm
Forum: Windows
Topic: 'Blurring' a Juddery Waveform
Replies: 1
Views: 205

Re: 'Blurring' a Juddery Waveform

Could you post a short audio sample (just a few seconds), in WAV format (see: http://forum.audacityteam.org/viewtopic ... 49&t=72887)
by steve
Thu Mar 30, 2017 12:42 pm
Forum: Windows
Topic: Making bat recordings audible
Replies: 16
Views: 2868

Re: Making bat recordings audible

Interestingly. Trebor's version sounds more like what I've heard on TV / Radio, presumably because of the common practice of using heterodyne conversion, but looking at the spectrum (Plot Spectrum) for the original and each type of conversion, the "Change Pitch" method looks a lot more lik...
by steve
Thu Mar 30, 2017 12:35 pm
Forum: Windows
Topic: Making bat recordings audible
Replies: 16
Views: 2868

Re: Making bat recordings audible

Try this code in Audacity's Nyquist prompt ... (lowpass8 (mult s (hzosc 27000)) 10000) That is using "legacy syntax". The recommended (current version) way to write that would be: (lowpass8 (mult *track* (hzosc 27000)) 10000) The Nyquist Prompt has a checkbox to set legacy syntax support....
by steve
Thu Mar 30, 2017 12:25 pm
Forum: Windows
Topic: Making bat recordings audible
Replies: 16
Views: 2868

Re: Making bat recordings audible

is that effect not compatible with the 384kHz sample rate? It would appear that it's not. It does work at 192 kHz though, so a simple workaround it to change the sample rate in the track drop-down menu to 192000, then apply the effect, then change the track sample rate back to 384000 to restore the...
by steve
Thu Mar 30, 2017 8:58 am
Forum: Windows
Topic: Making bat recordings audible
Replies: 16
Views: 2868

Re: Making bat recordings audible

Perhaps you could post a short sample for us to try.
http://forum.audacityteam.org/viewtopic ... 49&t=72887
by steve
Thu Mar 30, 2017 8:56 am
Forum: Windows
Topic: Real mixer
Replies: 1
Views: 220

Re: Real mixer

by steve
Thu Mar 30, 2017 8:52 am
Forum: Audiobook Production
Topic: Adding Silence [SOLVED]
Replies: 3
Views: 1132

Re: Adding Silence

Is the best way to add silence to your editing in Audacity...simply copying a section of your own silence from the waveform and Pasting it in? Yes, copy and paste the "room tone". There is a pair of plug-ins that can make the process quicker and easier if you are doing this a lot: http://...
by steve
Wed Mar 29, 2017 7:24 pm
Forum: Audio Processing
Topic: High-Low Pass Slider Filter
Replies: 9
Views: 3209

Re: High-Low Pass Slider Filter

In short, what I mean is a kind of mode ranging from "Mute", then to "Low Pass Filter", until normal,... I will see if there is a plugin of this type. I expect you will draw a blank on that, so I've made one. Installation instructions are as per the previous link. This plug-in i...