Search found 59476 matches

by steve
Wed Jul 10, 2019 10:59 am
Forum: GNU/Linux
Topic: usb mic and double input
Replies: 21
Views: 695

Re: usb mic and double input

boredcook wrote:
Wed Jul 10, 2019 7:59 am
bird UM1
Is that the USB version?

Ensure that you connect the mic before you launch Audacity.
You should then see a USB device listed in the recording tab of the device toolbar.
by steve
Tue Jul 09, 2019 10:44 pm
Forum: Macros and Scripting
Topic: Batch process to split stereo track, delete L channel, save R channel?
Replies: 1
Views: 681

Re: Batch process to split stereo track, delete L channel, save R channel?

If you install the "Channel Mixer" plug-in (https://wiki.audacityteam.org/wiki/Nyqu ... nnel_Mixer), you can duplicate one channel into the other channel, the use the "stereo to mono" macro command.
by steve
Tue Jul 09, 2019 10:13 pm
Forum: Windows
Topic: Problem With Keeping Microphone(6-USB CODEC)
Replies: 12
Views: 688

Re: Problem With Keeping Microphone(6-USB CODEC)

The only thing that comes to mind at the moment, is that perhaps there is a poor connection between the UCA202 and the computer (such as a bad lead, wobbly socket, or similar), causing the connection to be intermittent, and so creating new instances of the drivers each time it reconnects. Are you ab...
by steve
Tue Jul 09, 2019 9:24 pm
Forum: Windows
Topic: Problem With Keeping Microphone(6-USB CODEC)
Replies: 12
Views: 688

Re: Problem With Keeping Microphone(6-USB CODEC)

I don't understand why you have all of those "Microphone(?-USB CODEC)" devices. When I connect a UCA202 to my Windows 10 laptop, it shows up as exactly one device, and is called "Microphone (USB Audio CODEC )". Do you have other USB devices connected to your computer? Is the UCA2...
by steve
Tue Jul 09, 2019 7:58 pm
Forum: Windows
Topic: Audacity won't open
Replies: 13
Views: 2047

Re: Audacity won't open

Something else that's odd: after it doesn't open, if I click it again I get this message: "The system has detected that another copy of Audacity is running. I think I misinterpreted what you were saying here. Did that message only come up the second time that you try to launch Audacity? If so,...
by steve
Tue Jul 09, 2019 5:56 pm
Forum: GNU/Linux
Topic: can't hear headphones id14 Audient USB Interface
Replies: 4
Views: 824

Re: can't hear headphones id14 Audient USB Interface

sagetyrtle wrote:
Tue Jul 09, 2019 5:14 pm
My id14 records beautifully, but I'm not able to hear what I'm saying into the mic via the headphones.
Plug your headphones into the id14.
by steve
Tue Jul 09, 2019 5:54 pm
Forum: Audio Processing
Topic: True white noise
Replies: 18
Views: 1846

Re: True white noise

christop wrote:
Tue Jul 09, 2019 5:18 pm
I don't know if it even has a name
I'd call it a "unipolar pulse train".

christop wrote:
Tue Jul 09, 2019 5:18 pm
I don't understand why you insist that a uniformly random sound generator is not a "true white noise generator". A uniformly random signal is white noise.
Because he likes to argue.
by steve
Tue Jul 09, 2019 5:46 pm
Forum: Audacity in Education
Topic: generate/tone
Replies: 4
Views: 2344

Re: generate/tone

I wanted to start with simple pure sine waves and show additive synthesis Audacity has a scripting language built in called "Nyquist". It is very good for this sort of thing. Here's an example script that sums the first 8 harmonics of a "square" wave: ;version 4 (setf harmonics ...
by steve
Tue Jul 09, 2019 4:51 pm
Forum: Audacity in Education
Topic: generate/tone
Replies: 4
Views: 2344

Re: generate/tone

but it doesnt shown the beat frequency you get from mod| B-A| No, it won't do, because the FFT resolves the waveform into A and B. You need to approach it the other way round: Generate a "Square, no alias" waveform at 100 Hz. It looks like this when you zoom in: firsttrack000.png If I zoo...
by steve
Tue Jul 09, 2019 4:22 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: request for a simpler interface in noise reduction
Replies: 2
Views: 346

Re: request for a simpler interface in noise reduction

I agree that a simpler interface would be nice, but achieving the best noise reduction with minimum damage to the remaining audio, requires compromises and judgement calls. How "bad" the noise sounds is highly subjective. Computers are not good at making subjective decisions, hence the nee...