Skip to content

Releases: mmguero/monkeyplug

v2.1.9

Choose a tag to compare

@mmguero mmguero released this 27 Jan 00:25
d2ed509

v2.1.9

v2.1.8

Choose a tag to compare

@mmguero mmguero released this 18 Jan 04:50
d761fc4

v2.1.8

v2.1.7

Choose a tag to compare

@mmguero mmguero released this 14 Jan 05:33
85cca30

Added new arguments for specifying output audio bitrate (affects aac, libmp3lame, libopus, and ac3 output codecs) and libvorbis qscale value.

  -r <str>, --bitrate <str>
                        Audio output bitrate (default: 256K)
  -q <int>, --vorbis-qscale <int>
                        qscale for libvorbis output (default: 5)

Also fixed some annoyances with determining the output format based first on the explicitly specified format, then on the output filename extension, then on the input filename extension, in that order of precedence.

v2.1.6

Choose a tag to compare

@mmguero mmguero released this 07 Oct 20:16
89f3626

v2.1.6

v2.1.5

Choose a tag to compare

@mmguero mmguero released this 05 Jun 04:42
f09505b

improvements to audio output options

  • added wav as an output format
  • set default audio sample rate for all formats to 48000
  • allow overriding audio sample rate via command-line parameter

v2.1.4

Choose a tag to compare

@mmguero mmguero released this 10 Feb 14:22
6bd1898

Added ability to specify torch threads for whisper.

Release v2.1.3

Choose a tag to compare

@mmguero mmguero released this 30 Aug 02:08
955272f

Update beep defaults, closes #6.

Release v2.1.2

Choose a tag to compare

@mmguero mmguero released this 29 Aug 05:37
95bafb1

Expose all of the ffmpeg amix filters for the --beep option (#6):

  -b [true|false], --beep [true|false]
                        Beep instead of silence
  -h <int>, --beep-hertz <int>
                        Beep frequency hertz (default: 1000)
  --beep-mix-normalize [true|false]
                        Normalize mix of audio and beeps (default: True)
  --beep-audio-weight <int>
                        Mix weight for non-beeped audio (default: 4)
  --beep-sine-weight <int>
                        Mix weight for beep (default: 1)
  --beep-dropout-transition <int>
                        Dropout transition for beep (default: 0)

Release v2.1.1

Choose a tag to compare

@mmguero mmguero released this 29 Aug 05:14
1cbee94

More improvements for --beep feature for #6

Release v2.1.0

Choose a tag to compare

@mmguero mmguero released this 29 Aug 04:52
d02d3f9

Added --beep option (see #6).