Search found 59476 matches
- Sat May 22, 2021 1:10 pm
- Forum: Adding Features to Audacity
- Topic: please delete
- Replies: 3
- Views: 408
Re: Allow to rescan device inputs after Audacity launch
Audacity already has this: "Transport menu > Rescan Audio Devices".
- Sat May 22, 2021 11:36 am
- Forum: macOS
- Topic: Export 6 channel spatialized audio (ambix + HL) for Youtube
- Replies: 2
- Views: 74
Re: Export 6 channel spatialized audio (ambix + HL) for Youtube
"File menu > Export > Export as WAV", then select "32-bit float" as the "Encoding".
- Sat May 22, 2021 11:27 am
- Forum: Windows
- Topic: Male and Female vocals...how to remove only one?
- Replies: 4
- Views: 109
Re: Male and Female vocals...how to remove only one?
Try this: 1. Duplicate the track. 2. To the upper track, apply "Remove center (to mono)" 3. Split the first track (see: https://manual.audacityteam.org/man/splitting_and_joining_stereo_tracks.html) 4. Apply "Invert" effect to the top (mono) track. 5. Join the two mono tracks back...
- Sat May 22, 2021 10:44 am
- Forum: Macros and Scripting
- Topic: Any pop-up at start-up will make a pipe connection hang
- Replies: 8
- Views: 842
Re: Any pop-up at start-up will make a pipe connection hang
any pop-up at start-up will make both apps hang when trying to pipe anything. Is your script "hanging" or just waiting for a (blocking) command to complete? For robustness, at least the "read" from the pipe need to be running in a separate thread or process from the main Python ...
- Sat May 22, 2021 10:33 am
- Forum: Macros and Scripting
- Topic: Any pop-up at start-up will make a pipe connection hang
- Replies: 8
- Views: 842
- Fri May 21, 2021 9:31 pm
- Forum: Windows
- Topic: mp3 Export Sample Rate - Setting Default
- Replies: 6
- Views: 117
- Fri May 21, 2021 9:30 pm
- Forum: Windows
- Topic: Cannot activate dll-Plugin
- Replies: 1
- Views: 41
Re: Cannot activate dll-Plugin
On Windows, Audacity supports 32-bit VST only. No 64-bit plug-ins will work in Audacity on Windows until 64-bit Audacity becomes available. The 32-bit version of Soundtoys "may" work (I'm not on Windows and I've not tried it), but note that Audacity is not officially supported by Soundtoys...
- Fri May 21, 2021 7:44 pm
- Forum: Windows
- Topic: Headphones not recognized
- Replies: 2
- Views: 67
Re: Headphones not recognized
If you add or remove audio devices while Audacity is running, you need to "Rescan audio devices" (near the bottom of the "Transport" menu) to allow Audacity to see the change. "Rescanning" usually takes a few seconds. After rescanning the audio devices, you may need to ...
- Fri May 21, 2021 3:58 pm
- Forum: Adding Features to Audacity
- Topic: Add more color schemes for spectrograms
- Replies: 1
- Views: 282
Re: Add more color schemes for spectrograms
In what way would you want to customise it?
Is this just to make it look prettier, or would it improve usability in some way?
Is this just to make it look prettier, or would it improve usability in some way?
- Fri May 21, 2021 3:35 pm
- Forum: Nyquist
- Topic: Plugin creation (metadata format)
- Replies: 3
- Views: 341
Re: Plugin creation (metadata format)
I don't think it can be done with a plug-in, unless you write a plug-in that handles the encoding and file writing itself. (Nyquist plug-ins don't support writing metadata). On possible approach: If you have a command-line encoder for your "certain proprietary wav file format", then you co...