Skip to content

Releases: mmguero/monkeyplug

Release v2.1.3

30 Aug 02:08
955272f
Compare
Choose a tag to compare

Update beep defaults, closes #6.

Release v2.1.2

29 Aug 05:37
95bafb1
Compare
Choose a tag to compare

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

29 Aug 05:14
1cbee94
Compare
Choose a tag to compare

More improvements for --beep feature for #6

Release v2.1.0

29 Aug 04:52
d02d3f9
Compare
Choose a tag to compare

Added --beep option (see #6).

v2.0.1

24 Feb 17:46
Compare
Choose a tag to compare

default to whisper mode

v2.0.0

24 Feb 02:33
Compare
Choose a tag to compare

monkeyplug v2.0.0 allows specifying either VOSK or OpenAI Whisper mode. Fixes #1.

Please create an issue in the issue tracker if you find any problems.

v1.4.1

28 Aug 14:17
Compare
Choose a tag to compare
fix for python 3.9

monkeyplug v1.4.0

27 Aug 14:03
Compare
Choose a tag to compare
replace volume on/off with short afade in/out

v1.3.2

30 May 03:53
Compare
Choose a tag to compare

add ability to specify channels

v1.3.1

10 Nov 20:02
Compare
Choose a tag to compare
create outputfile regardless of whether or not force was selected