Search found 59476 matches

by steve
Sun Jun 28, 2020 10:05 pm
Forum: Macros and Scripting
Topic: Audacity Pipe Python Errno 22
Replies: 8
Views: 601

Re: Audacity Pipe Python Errno 22

mrcman wrote:
Sun Jun 28, 2020 6:44 pm
Do you know of any workaround?
What's the problem that you want to work around?
by steve
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.
mrcman wrote:
Sun Jun 28, 2020 6:44 pm
I want to time Audacity commands with playing tracks
What exactly do you want to time? The time taken between sending a command and receiving a reply from Audacity?
by steve
Sun Jun 28, 2020 7:09 pm
Forum: Windows
Topic: Crackle on recording Focusrite Scarlet 4i4 USBC
Replies: 27
Views: 853

Re: Crackle on recording Focusrite Scarlet 4i4 USBC

kotdb wrote:
Sun Jun 28, 2020 6:51 pm
I can't understand why this problem suddenly started as I have been using 44.1 for months.
Can you look through the Windows update history to see what's been updated recently?
by steve
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).
by steve
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...
by steve
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.
by steve
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?
by steve
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?
by steve
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?

mbnq wrote:
Sun Jun 28, 2020 2:18 pm
I want it to auto save
Audacity does not have that feature.
You may be able to do something with https://www.autohotkey.com/
by steve
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

ubuntuhandbook wrote:
Sun Jun 28, 2020 2:02 pm
I've seen similar issue in github bug reporting page
Could you post a link to that/those issues.