Search found 59476 matches

by steve
Thu Jan 23, 2020 12:31 am
Forum: General Audio Programming
Topic: python mod-script-pip : render mp3
Replies: 6
Views: 3309

Re: python mod-script-pip : render mp3

Handle the file navigation in Python, then use the Import2: command
(See: https://manual.audacityteam.org/man/scr ... ptables_II)
by steve
Thu Jan 23, 2020 12:26 am
Forum: Macros and Scripting
Topic: Batch Concatenate MP3s (stripping long pauses)
Replies: 7
Views: 740

Re: Batch Concatenate MP3s (stripping long pauses)

Oops, sorry, wrong link.
I've now corrected the link to: https://alphamanual.audacityteam.org/ma ... te_Silence
by steve
Thu Jan 23, 2020 12:14 am
Forum: GNU/Linux
Topic: How to import .wav file using mod-script-pipe
Replies: 3
Views: 627

Re: How to import .wav file using mod-script-pipe

Thank you for sharing your Script.
I would suggest that an easier approach might be:

Code: Select all

import pipeclient
https://github.com/audacity/audacity/bl ... eclient.py
by steve
Wed Jan 22, 2020 10:15 pm
Forum: General Audio Programming
Topic: mod-script-pip pipe_test.py "..does not exist" win10
Replies: 2
Views: 1977

Re: mod-script-pip pipe_test.py "..does not exist" win10

martinbarker99 wrote:
Wed Jan 22, 2020 9:52 pm
I'm running on win10 ubuntu subsystem
What do you mean by "win10 ubuntu subsystem"?
by steve
Wed Jan 22, 2020 6:17 pm
Forum: Adding Features to Audacity
Topic: FMPS rating Tag when exporting songs, Metadata Editor
Replies: 19
Views: 1570

Re: FMPS rating Tag when exporting songs, Metadata Editor

I've added you "vote" for adding only FMPS_RATING.
by steve
Wed Jan 22, 2020 4:14 pm
Forum: Macros and Scripting
Topic: Batch Concatenate MP3s (stripping long pauses)
Replies: 7
Views: 740

Re: Batch Concatenate MP3s (stripping long pauses)

In the "Examples" section, the word "Level" is used, when the in-app word is "Threshold". The "Truncate Silence" effect has had a minor update. In the old version, the first control was called "Level". In the new version the first control is called ...
by steve
Wed Jan 22, 2020 2:38 pm
Forum: Windows
Topic: Labels of silences
Replies: 6
Views: 198

Re: Labels of silences

1) Use "Sound Finder" to mark the sounds. 2) Ensure that the first label starts after time=0 3) Ensure that the final label ends before the end of the audio track. 4) Select both the audio track and the label track (if those are the only two tracks in the project, you can just "Ctrl +...
by steve
Wed Jan 22, 2020 10:10 am
Forum: Windows
Topic: Need help quantifying high frequency peaks
Replies: 6
Views: 252

Re: Need help quantifying high frequency peaks

All I'm really certain is that snapping shrimp snap at frequencies of about 2 kHz - 300 kHz Your microphone / hydrophone appears to have a frequency response up to about 16 kHz. (You can adjust the vertical scale to see this region: https://manual.audacityteam.org/man/spectrogram_view.html#zoom) Be...
by steve
Wed Jan 22, 2020 9:32 am
Forum: Adding Features to Audacity
Topic: Dragging and protecting improvements
Replies: 10
Views: 859

Re: Dragging and protecting improvements

Maybe there would be a Nyquist way to handle my need by poping up a warning when editing is attempted on a certain track Like other effects, Nyquist runs "on demand" when you apply the effect, then the effect closes. It can't do anything when it's not running, and Audacity can't do anythi...