Search found 59476 matches

by steve
Sun Aug 16, 2020 11:30 am
Forum: Windows
Topic: USB cassette Capture Device option
Replies: 3
Views: 190

Re: USB cassette Capture Device option

Ensure that the device is connected before you launch Audacity. Look in the Windows Sound control panel and ensure that the device is enabled, then (and only then), launch Audacity. The USB device should then be listed in the Device Toolbar.
by steve
Sun Aug 16, 2020 11:12 am
Forum: Windows
Topic: 2.4.2 loopback record issue
Replies: 3
Views: 320

Re: 2.4.2 loopback record issue

I'm surprised that "Stereo Mix (Realtek Audio)" didn't work. Does that work if you unplug the focusrite and restart Audacity? "Stereo Mix" should still give excellent quality recording even though it's only the on-board Realtek device, because it should be capturing the data stre...
by steve
Sun Aug 16, 2020 11:04 am
Forum: Windows
Topic: strange delay
Replies: 8
Views: 475

Re: strange delay

My guess is that your sound card and video card are running with slightly different clock speeds. You can probably fix the recording using the "Change Speed" effect.
by steve
Sun Aug 16, 2020 8:53 am
Forum: Windows
Topic: mute parts of audio automatically using seconds
Replies: 6
Views: 65

Re: mute parts of audio automatically using seconds

the 1st one starts with the first 3 seconds muted ( 00:00 to 00:03 ) then the second 3 seconds with original sound ( 00:03 to 00:06 ) then the third 3 seconds muted ( 00:06 to 00:09 ) then the fourth 3 seconds with original sound ( 00:09 to 00:12 ) ........ till the end . Use the Nyquist Prompt to ...
by steve
Sat Aug 15, 2020 4:39 pm
Forum: Windows
Topic: Locate voice in noisey recording
Replies: 36
Views: 1153

Re: Locate voice in noisey recording

DerekNoffke wrote:
Sat Aug 15, 2020 4:35 pm
How do I apply this one:
"Export" the curve (from the "Manage" button).
That will give you a text file containing the required parameters.
by steve
Sat Aug 15, 2020 4:36 pm
Forum: Windows
Topic: Locate voice in noisey recording
Replies: 36
Views: 1153

Re: Locate voice in noisey recording

2) The NoiseReduction: command does not use the last settings that I used, some default settings are used. From the docs (https://manual.audacityteam.org/man/scripting_reference.html) NoiseReduction: Noise Reduction... none This effect is not currently available from scripting. I've not tried using...
by steve
Sat Aug 15, 2020 4:30 pm
Forum: Windows
Topic: Locate voice in noisey recording
Replies: 36
Views: 1153

Re: Locate voice in noisey recording

1) The FilterCurve: command does not apply my carefully calibrated EQ curve. Some other default curve is used. From the docs (https://manual.audacityteam.org/man/scripting_reference.html) FilterCurve: Filter Curve... size_t FilterLength, (default:8191) bool InterpolateLin, (default:False) enum Inte...
by steve
Sat Aug 15, 2020 4:19 pm
Forum: Windows
Topic: Storing Labels Within .WAV Files
Replies: 3
Views: 128

Re: Storing Labels Within .WAV Files

It is 'possible' to store many things in WAV file, but there's also a risk that non-standard WAV files could cause problems in other apps.
by steve
Sat Aug 15, 2020 3:35 pm
Forum: macOS
Topic: Exporting envelope of damped sinusoidal wave
Replies: 3
Views: 157

Re: Exporting envelope of damped sinusoidal wave

It worked perfectly Super :) If you're still willing .... Sure, no problem. I'll also give links to the documentation that gives more detail. ;type analyze ;debugflags trace ;version 4 This first part is what we call " plug-in headers ". Lines that begin with a semicolon are "comment...
by steve
Sat Aug 15, 2020 11:08 am
Forum: General Audio Programming
Topic: I want to delve into the audio programming side of things but not sure where to start.
Replies: 2
Views: 2082

Re: I want to delve into the audio programming side of things but not sure where to start.

ishitagori5 wrote:
Sat Aug 15, 2020 9:49 am
I've heard C++ is best for audio.
C++ is a huge, and massively complicated language. If you are serious about mastering C++, expect it to take 10+ years of study and practice.

ishitagori5 wrote:
Sat Aug 15, 2020 9:49 am
now I want to include audio programming.
What sort of things do you want to program?