Search found 59476 matches

by steve
Thu Oct 25, 2018 2:39 pm
Forum: Recording Equipment
Topic: Audacity & Telephone Call Recording
Replies: 3
Views: 636

Re: Audacity & Telephone Call Recording

1- Detect sound then start recording Audacity can do that one. It's called "Sound Activated Recording". See: https://manual.audacityteam.org/man/transport_menu_transport_options.html#sound_activated_recording_onoff 2- Stop recording after a preset period of silence 3- Auto save the file i...
by steve
Thu Oct 25, 2018 1:49 pm
Forum: Windows
Topic: Macros: Change Pitch intermittently zero'd out
Replies: 16
Views: 1464

Re: Macros: Change Pitch intermittently zero'd out

With the older version, the last change pitch percentage was remembered even if Audacity was closed and reopened. Now it gets reset to zero. That's the bug that I'm trying to track down now. There have been a lot of sweeping changes since June 2017 which makes it difficult to see from the code whic...
by steve
Thu Oct 25, 2018 12:21 pm
Forum: Adding Features to Audacity
Topic: Macro Comments
Replies: 3
Views: 454

Re: Macro Comments

Other topic split to: viewtopic.php?f=19&t=101964
by steve
Thu Oct 25, 2018 12:13 pm
Forum: Windows
Topic: Macros: Change Pitch intermittently zero'd out
Replies: 16
Views: 1464

Re: Macros: Change Pitch intermittently zero'd out

Thanks for the extra detail. Unfortunately the problem is more complex that I initially thought. There are at least 3 separate bugs in Change Pitch. Can you tell me which was the most recent version of Audacity in which Change Pitch worked correctly? In particular, that last version that you know of...
by steve
Thu Oct 25, 2018 10:51 am
Forum: Windows
Topic: Macros: Change Pitch intermittently zero'd out
Replies: 16
Views: 1464

Re: Macros: Change Pitch intermittently zero'd out

Note however the problem is not in that file, it is fine. Yes it is, but I was having difficulty following your "steps to reproduce", and I wanted to try and follow your steps exactly so I could see what you are seeing. And even more interestingly, you can watch it happen. If you click Ed...
by steve
Thu Oct 25, 2018 12:46 am
Forum: Windows
Topic: click removal error
Replies: 4
Views: 336

Re: click removal error

Does your recording have clicks that need to be removed?
by steve
Thu Oct 25, 2018 12:36 am
Forum: Windows
Topic: Macros: Change Pitch intermittently zero'd out
Replies: 16
Views: 1464

Re: Macros: Change Pitch intermittently zero'd out

Please you post your macro text file so that I can see if I can reproduce the problem. Thanks.
by steve
Thu Oct 25, 2018 12:33 am
Forum: GNU/Linux
Topic: Why is it so hard to have the offline standalone installation files of audacity?
Replies: 1
Views: 329

Re: Why is it so hard to have the offline standalone installation files of audacity?

Unless you consider yourself to be an "advanced Linux user", it is recommended that you install software only from the official repositories. This provides a layer of safety for Linux users because their software has been approved by the distribution maintainers. One of the reason why Wind...
by steve
Thu Oct 25, 2018 12:20 am
Forum: Windows
Topic: Macros: Change Pitch intermittently zero'd out
Replies: 16
Views: 1464

Re: Macros: Change Pitch intermittently zero'd out

It changes the -5 to -5.011 by itself I think that's because the slider covers such a large range (-99% to +400%) that the slider updates the % value to the nearest "tick" position. The % value itself is stored to much higher precision (0.001 %), so as long as you don't open the interface...
by steve
Wed Oct 24, 2018 11:59 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Macro Time Resolution
Replies: 9
Views: 1026

Re: Macro Time Resolution

So only a total of 8 signification digits Via the command dialog, yes. Can't it be made to always have a fixed resolution precision (digits to right of decimal point) like the export labels? i.e. microseconds (6 decimal places). Instead of the resolution being reduced as the time position increases...