Install RealtimeSTT dev branch + new AudioToTextRecorderClient in minutes

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ม.ค. 2025

ความคิดเห็น • 6

  • @krozark
    @krozark 2 หลายเดือนก่อน

    I’ll defenitly give it a try

  • @anarhi17
    @anarhi17 หลายเดือนก่อน

    got this error at the end (while speaking):
    "WebSocket error: [WinError 10054] An existing connection was forcibly closed by the remote hostWebSocket error: [WinError 10054] An existing connection was forcibly closed by the remote host"
    any ideas?
    should I open the python file in another terminal while this one is running?

    • @Linguflex
      @Linguflex  หลายเดือนก่อน

      This code is already outdated. Please use the main installation (pip install realtimestt) from the master branch. Then start the client with the `stt` cli command. If you still run into problems I suggest we discuss that on my discord in the RealtimeSTT section discord.com/invite/f556hqRjpv or per mail (kolja.beigel@web.de), happy to assist

  • @irem2719
    @irem2719 2 หลายเดือนก่อน

    STT server start command issued. Please wait a moment for it to initialize.
    Timeout while connecting to the server.
    Failed to connect to the server.
    👄 ALSA lib pcm_dsnoop.c:567:(snd_pcm_dsnoop_open) unable to open slave
    ALSA lib pcm_dmix.c:1000:(snd_pcm_dmix_open) unable to open slave
    ALSA lib pcm.c:2721:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
    ALSA lib pcm.c:2721:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
    ALSA lib pcm.c:2721:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
    ALSA lib pcm_dmix.c:1000:(snd_pcm_dmix_open) unable to open slave
    Cannot connect to server socket err = No such file or directory
    Cannot connect to server request channel
    jack server is not running or cannot be started
    JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
    JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
    could you help with this issue?Im trying this on ubuntu

    • @Linguflex
      @Linguflex  2 หลายเดือนก่อน

      Will try tomorrow on ubuntu

    • @Linguflex
      @Linguflex  2 หลายเดือนก่อน

      Had similar issues on Ubuntu. I upgraded RealtimeSTT to v0.3.5 so with "pip install RealtimeSTT==0.3.5" these problems should be solved now.