What's the problem that you want to work around?
Search found 59476 matches
- Sun Jun 28, 2020 10:05 pm
- Forum: Macros and Scripting
- Topic: Audacity Pipe Python Errno 22
- Replies: 8
- Views: 601
- Sun Jun 28, 2020 7:14 pm
- Forum: Macros and Scripting
- Topic: Audacity Pipe Python Errno 22
- Replies: 8
- Views: 601
Re: Audacity Pipe Python Errno 22
Pycharm is a development environment, and not intended to be used for the normal running of Python programs.
What exactly do you want to time? The time taken between sending a command and receiving a reply from Audacity?
- Sun Jun 28, 2020 7:09 pm
- Forum: Windows
- Topic: Crackle on recording Focusrite Scarlet 4i4 USBC
- Replies: 27
- Views: 853
- Sun Jun 28, 2020 5:51 pm
- Forum: Windows
- Topic: recording issues
- Replies: 25
- Views: 530
Re: recording issues
Try recording something, then apply the "Amplify" effect. Does that produce an audible result (if it does, it's likely to be very noisy).
- Sun Jun 28, 2020 4:58 pm
- Forum: Windows
- Topic: Crackle on recording Focusrite Scarlet 4i4 USBC
- Replies: 27
- Views: 853
Re: Crackle on recording Focusrite Scarlet 4i4 USBC
I don't know why I can't play the audio file in audacity at that sample rate? Check that the Scarlet is still set to 48 kHz in the Windows Sound settings. I also have an issue now if setting everything to 48khz is going to be the solution because I need all the audio files to be 41khz for broadcast...
- Sun Jun 28, 2020 4:13 pm
- Forum: Macros and Scripting
- Topic: Audacity Pipe Python Errno 22
- Replies: 8
- Views: 601
Re: Audacity Pipe Python Errno 22
I generally just use the command line (on Windows that's like running Python in a cmd window).
Pycharm may be running the code in a sandbox, and that could prevent Python from writing to the pipe.
Pycharm may be running the code in a sandbox, and that could prevent Python from writing to the pipe.
- Sun Jun 28, 2020 4:07 pm
- Forum: Windows
- Topic: Crackle on recording Focusrite Scarlet 4i4 USBC
- Replies: 27
- Views: 853
Re: Crackle on recording Focusrite Scarlet 4i4 USBC
Try setting everything to 48 kHz, including the "Project Rate" in the lower left corner of the main Audacity window. Are you then able to record your voice without crackles?
- Sun Jun 28, 2020 4:01 pm
- Forum: Compiling Audacity
- Topic: build 2.4.2 into PPA
- Replies: 5
- Views: 1189
Re: build 2.4.2 into PPA
I think the problem is that mod-script-pipe requires wxWidgets but for some reason it isn't found when building the module.
Are you setting LD_LIBRARY_PATH, and if not, how does cmake know where to find wxWidgets?
Are you setting LD_LIBRARY_PATH, and if not, how does cmake know where to find wxWidgets?
- Sun Jun 28, 2020 2:24 pm
- Forum: Windows
- Topic: Sound Activated Recording to .mp3 file?
- Replies: 2
- Views: 24
Re: Sound Activated Recording to .mp3 file?
Audacity does not have that feature.
You may be able to do something with https://www.autohotkey.com/
- Sun Jun 28, 2020 2:20 pm
- Forum: Compiling Audacity
- Topic: build 2.4.2 into PPA
- Replies: 5
- Views: 1189
Re: build 2.4.2 into PPA
Could you post a link to that/those issues.ubuntuhandbook wrote: ↑Sun Jun 28, 2020 2:02 pmI've seen similar issue in github bug reporting page