Search found 59476 matches

by steve
Fri Oct 09, 2020 4:41 pm
Forum: Windows
Topic: Audacity is Broken??
Replies: 5
Views: 151

Re: Audacity is Broken??

I'm not sure why but I think it just may have been a bug or maybe a problem with my mic. Perhaps the mic's USB plug was not very secure in the USB socket? Also not that USB devices can disconnect themselves if the computer's CPU goes too high. Audacity is unlikely to produce high CPU load, but othe...
by steve
Fri Oct 09, 2020 1:13 pm
Forum: Windows
Topic: Audacity is Broken??
Replies: 5
Views: 151

Re: Audacity is Broken??

Are your headphones plugged into the mic?


Check that "Software Playthrough" is turned off (not selected) in the Transport menu.
by steve
Fri Oct 09, 2020 9:32 am
Forum: Windows
Topic: Alternative to Windows 10
Replies: 4
Views: 252

Re: Alternative to Windows 10

Are the any other alternatives? Is there an Audacity for Chrome OS? There is not Audacity for Chrome OS, but there is Audacity for Mac (macOS) and Audacity for Linux. The logical alternative is Windows 10. I am however worried that with Windows 10 updating all the time, the it will in the end becom...
by steve
Fri Oct 09, 2020 9:15 am
Forum: Windows
Topic: Audacity is Broken??
Replies: 5
Views: 151

Re: Audacity is Broken??

What audio devices are you using (recording and playback)? Exact make + model number if possible.
by steve
Fri Oct 09, 2020 9:10 am
Forum: Windows
Topic: Error importing
Replies: 14
Views: 214

Re: Error importing

Joel M Prakash wrote:
Fri Oct 09, 2020 7:51 am
So I can use audacity If I update that "Microsoft c++ redistributable for visual studio" right?
Yes I think that should work, but note that Windows 7 is no longer officially supported so we may not be able to help if there are other problems.
by steve
Fri Oct 09, 2020 9:09 am
Forum: Windows
Topic: How to reverse and change speed in one effect
Replies: 48
Views: 1998

Re: How to reverse and change speed in one effect

The easiest solution (by far) would be to make two macros - one for applying to a mono track, and one for applying to a stereo track. You could set keyboard shortcuts for each, then press the appropriate shortcut depending on whether your source is a mono track or a stereo track. Does that sound lik...
by steve
Fri Oct 09, 2020 9:03 am
Forum: Windows
Topic: How to implement virtual surround sound
Replies: 6
Views: 353

Re: How to implement virtual surround sound

kfx wrote:
Fri Oct 09, 2020 5:55 am
may I ask if there is any code to implement virtual surround sound in audacity's source code
No there isn't. There's just an option to export files with multiple channels (https://manual.audacityteam.org/man/adv ... tions.html), but you need to handle what audio is in each channel.
by steve
Fri Oct 09, 2020 8:51 am
Forum: Nyquist
Topic: export individual partials?
Replies: 4
Views: 912

Re: export individual partials?

Exporting directly from Nyquist is " possible " but it's quite tricky, very "technical", and not very user friendly. (There's an example of exporting text files in the "Sample Data Export" plug-in - exporting audio files is even more tricky because you have to also hand...
by steve
Thu Oct 08, 2020 10:24 pm
Forum: Nyquist
Topic: export individual partials?
Replies: 4
Views: 912

Re: export individual partials?

The "latest version" plug-in in this post should help with the tone generation. (Ignore the filters - they are just to make the waveforms prettier)
viewtopic.php?p=156631#p156631
by steve
Thu Oct 08, 2020 10:07 pm
Forum: Windows
Topic: How to reverse and change speed in one effect
Replies: 48
Views: 1998

Re: How to reverse and change speed in one effect

Did I mention that the 3rd channel of an audio file is a mix between the left and right (if stereo)? No you didn't, but that answers one of my questions :-) If possible, could I save 3-Channel audio files Unfortunately that is not currently possible with Macro commands. Is that a deal breaker for y...