Search found 59476 matches

by steve
Mon Nov 30, 2020 10:40 pm
Forum: Windows
Topic: Opening AUP Files
Replies: 25
Views: 1575

Re: Opening AUP Files

I’m trying to find where to find how to turn off any auto updates from the Microsoft store. If you have a version of Audacity from Microsoft Store, I'd recommend that you uninstall it completely and install the official version of Audacity 2.4.2 that you can download via the Audacity website: https...
by steve
Mon Nov 30, 2020 5:34 pm
Forum: macOS
Topic: Audacity 2.4.2 on 11.1 on M1 MBA Headphones Issue
Replies: 7
Views: 736

Re: Audacity 2.4.2 on 11.1 on M1 MBA Headphones Issue

steve wrote:
Mon Nov 30, 2020 4:17 pm
Did you try "Transport menu > Rescan Audio Devices"
Normally that is not necessary if the headphones are connected before launching Audacity, but if you need it, you know where it is ;)
by steve
Mon Nov 30, 2020 4:21 pm
Forum: Windows
Topic: Can't record -Host processes interfering
Replies: 15
Views: 663

Re: Can't record -Host processes interfering

The "Listen to speaker" must be checked to record. Then there is something wrong with your configuration because that should not be necessary. We are trying to help you work out a solution, but we can't see your computer. What (precisely) happens if "Listen to this device" is no...
by steve
Mon Nov 30, 2020 4:17 pm
Forum: macOS
Topic: Audacity 2.4.2 on 11.1 on M1 MBA Headphones Issue
Replies: 7
Views: 736

Re: Audacity 2.4.2 on 11.1 on M1 MBA Headphones Issue

Serenak wrote:
Mon Nov 30, 2020 4:08 pm
There may be something in Audacity that I have missed
Did you try "Transport menu > Rescan Audio Devices" (after connecting the headphones)?
by steve
Mon Nov 30, 2020 4:14 pm
Forum: Windows
Topic: chipmunk effect
Replies: 15
Views: 647

Re: chipmunk effect

suddenly went fast and high, way too high to be understood. Using the "Change Speed" effect (and its "Preview" button), can you work out how much too fast it is going? (what settings do you require to make the speed and pitch normal?) This is intended just as a test that may hel...
by steve
Mon Nov 30, 2020 10:59 am
Forum: Windows
Topic: Drag green down pointer to change time for playback
Replies: 1
Views: 55

Re: Drag green down pointer to change time for playback

Don't drag.
While playback is stopped, just click on the blue waveform. The green pointer will instantly jump to that position.

You may find this page of the manual helpful: https://manual.audacityteam.org/man/nav ... _tips.html
by steve
Mon Nov 30, 2020 10:05 am
Forum: General Audio Programming
Topic: audio programming in C++
Replies: 3
Views: 3899

Re: audio programming in C++

I was wondering if it is possible to embed audacity on a web page for recording sounds and automatically saving it to a MySQL database? Short answer: No. Longer answer: It would require so much modification that it would be easier to write a javascript application from scratch. Audacity has not bee...
by steve
Mon Nov 30, 2020 9:58 am
Forum: Windows
Topic: Auto adjust - looping
Replies: 2
Views: 83

Re: Auto adjust - looping

"Shift + Play" will loop play the current selection, or loop play the entire project if no audio is selected.
As jademan wrote, Audacity is an audio editor and does not support video.
by steve
Mon Nov 30, 2020 9:55 am
Forum: Windows
Topic: recording in stereo through usb audio interface [SOLVED]
Replies: 2
Views: 206

Re: recording in stereo through usb audio interface

Check the "Advanced" properties in the Windows Sound control panel, for the Behringer USB in the "Recording" tab. Ensure that it is set to "Stereo".
by steve
Mon Nov 30, 2020 9:51 am
Forum: Windows
Topic: Can't apply any effect, Value not in range
Replies: 12
Views: 513

Re: Can't apply any effect, Value not in range

Open the "Nyquist Prompt" effect (in the "Tools" menu).
Copy and paste this code into the Nyquist Prompt, then click the "Debug" button:

Code: Select all

;version 4
(print *DECIMAL-SEPARATOR*)
What happens?