Robert904 / mumblerecbot

Mumble audio recorder, based on pymumble module
GNU General Public License v3.0
23 stars 10 forks source link

Increasing delay between voice activations #8

Open UndeRus opened 9 years ago

UndeRus commented 9 years ago

How to reproduce:

  1. Set icecast burst-size to minimal (8192 is enough)
  2. Set ENCODER in constants.py like ffmpeg -f s16le -ar 48000 -ac 2 -i - -f mp3 icecast://source:hackme@localhost:8000/radio (streaming to icecast)
  3. Start bot, enable recording
  4. Activate voice
  5. Wait 20 seconds
  6. Activate voice again ????? N. Delay between voice activation and it's output increases

After 10 minutes it can reach 1-2 minutes between voice activation and it's output to icecast