Handle the file navigation in Python, then use the Import2: command
(See: https://manual.audacityteam.org/man/scr ... ptables_II)
Search found 59476 matches
- Thu Jan 23, 2020 12:31 am
- Forum: General Audio Programming
- Topic: python mod-script-pip : render mp3
- Replies: 6
- Views: 3309
- 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
I've now corrected the link to: https://alphamanual.audacityteam.org/ma ... te_Silence
- 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:
https://github.com/audacity/audacity/bl ... eclient.py
I would suggest that an easier approach might be:
Code: Select all
import pipeclient- Wed Jan 22, 2020 10:17 pm
- Forum: Windows
- Topic: Equalization doesn't seem to enable
- Replies: 5
- Views: 498
- 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
What do you mean by "win10 ubuntu subsystem"?
- 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.
- 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 ...
- 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 +...
- 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...
- 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...