-// ┏━╸╻ ╻╺┳╸ ╻ ╻┏━┓╺┳╸┏━╸┏┓╻ \\-
-+=|| ┣╸ ┃ ┃ ┃ ╺━╸┃ ┃┗━┓ ┃ ┣╸ ┃┗┫ ||=+-
-\\ ╹ ┗━┛ ╹ ┗━╸╹┗━┛ ╹ ┗━╸╹ ╹ //-
A CLI Program to automate listening sections for tests.
The default behavior is to search through the current working directory for *.mp3 files. It will sort the files in order, and then play them twice. There are instructions given (with TTS) and delays given throughout, with tones to indicate that the next portion will happen soon. It's basically an automated playlist.
The defaults probably work fine, but there are a lot of options.
This program doesn't do any trimming of audio. If you need to do that, use another tool.
Note: Currently this is only tested to work on MacOS.
- mpv is used for playing audio. Install it using homebrew:
brew install mpv
.
It's best to use pipx:
pipx install fut-listen
Alternatively, install with pip:
pip install fut-listen
# navigate to directory
fut-listen
# See options
fut-listen --help
- High quality TTS voice to use for
say
on MacOS - sox (for generating tones)