Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

[Feature request] Command-line processing of audio files using Tenacity #681

Open
2 tasks done
RagglenLove opened this issue Nov 26, 2021 · 0 comments
Open
2 tasks done
Labels
enhancement Idea or request for new feature

Comments

@RagglenLove
Copy link

Guidelines

  • I have read the guidelines.

Is your feature request related to a problem? Please describe.

One of the things that frustrated me about Audacity was it's limited command-line interface. Audacity had lots of Effects that could have been used in the command-line to batch convert or batch repair many audio files using the Terminal.

One such effect that could have been useful in the command-line is the compressor effect.

Let's say for example you have 30 ogg files and the audio is just too low. Using the compressor effect in the Terminal to batch repair these audio files could save lots of time.

Describe the solution you'd like

Here's some examples of command-line scenarios:

BATCH COMPRESSOR
for f in *.ogg ; do tenacity -i --compressor "/home/RagglenLove/Music/${f%.*}.ogg"; done

The compressor command will use the presets that you set within Tenacity's GUI.

Describe alternatives you've considered

I know that ffmpeg does this already, but in my experience, Audacity is easier to configure than ffmpeg

Additional context

No response

This issue is not a duplicate

  • I have confirmed this issue isn't a duplicate.
@RagglenLove RagglenLove added the enhancement Idea or request for new feature label Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Idea or request for new feature
Projects
None yet
Development

No branches or pull requests

1 participant