tortoise-tts icon indicating copy to clipboard operation
tortoise-tts copied to clipboard

Add multi-function audio processing features

Open kirle opened this issue 1 year ago • 0 comments

This commit adds the capability to the existing audio processing pipeline with the following features:

  • Record audio samples from the default system microphone.
  • Convert any audio file to WAV format and downsample it to a specified sample rate.
  • Chop the audio into 10-second chunks.
  • Each feature can be used independently with command line arguments.

kirle avatar Jun 03 '23 22:06 kirle