Latest activity

  • the living tribunal
  • fukurou
    fukurou replied to the thread new STT code.
    premode: import whisper import pyaudio import numpy as np import re import atexit from threading import Event from LivinGrimoire23...
  • the living tribunal
    the living tribunal updated their status.
  • fukurou
    fukurou replied to the thread new STT code.
  • fukurou
    fukurou replied to the thread new STT code.
    class DiSTTSync(Skill): CHUNK = 1024 FORMAT = pyaudio.paInt16 CHANNELS = 1 RATE = 16000 MIN_ACTIVE_SECONDS = 0.5...
  • fukurou
    fukurou replied to the thread new STT code.
    the sync version seems more reliable: class DiSTTSync(Skill): CHUNK = 1024 FORMAT = pyaudio.paInt16 CHANNELS = 1 RATE =...
  • fukurou
    fukurou replied to the thread new STT code.
    1 piece version import whisper import pyaudio import numpy as np import re import atexit from threading import Event from...
  • fukurou
    fukurou replied to the thread new STT code.
    import whisper import pyaudio import numpy as np import re import atexit from threading import Event from LivinGrimoire23 import Brain...
  • fukurou
    fukurou replied to the thread new STT code.
    import whisper import pyaudio import numpy as np import re import atexit from threading import Event from LivinGrimoire23 import Brain...
  • fukurou
    fukurou replied to the thread new STT code.
    import whisper import pyaudio import numpy as np import re import atexit from threading import Event from LivinGrimoire23 import Brain...
  • fukurou
    fukurou replied to the thread new STT code.
    import whisper import pyaudio import numpy as np import re import atexit from threading import Event from LivinGrimoire23 import Brain...
  • fukurou
    fukurou replied to the thread new STT code.
    import whisper import pyaudio import numpy as np import re import atexit from threading import Event # Audio Settings CHUNK = 1024...
  • fukurou
    fukurou replied to the thread new STT code.
    import whisper import pyaudio import numpy as np import re import atexit from threading import Event # Audio Settings CHUNK = 1024...
  • the living tribunal
    the living tribunal replied to the thread new STT code.
    It will need a busy flag to prevent listening while already listening
  • the living tribunal
    the living tribunal replied to the thread new STT code.
    import whisper import pyaudio import numpy as np import re import atexit from threading import Event # Audio Settings CHUNK = 1024...
Top