Coder Social home page Coder Social logo

stt-bot's Introduction

Comandi per admin

- /r [sample rate]: rispondi ad un messaggio vocale per forzarne la trascrizione, possibile forzare un certo sample rate
- /parse: rispondi ad un messaggio vocale per ottenerne le info di base, non esegue la trascrizione
- /mediainfo: output mediainfo
- /superuser: permette di fare in modo che un certo utente possa aggiungere il bot ai gruppi. In chat privata va usato in risposta ad un messaggio inoltrato. Nei gruppi va usato in risposta ad un messaggio (ignora il mittente originale dei messaggi inoltrati)
- /config: ottieni il contenuto di config.behavior
- inoltro messaggio (non vocale) di un utente in chat privata: mostra la riga nel database

superusers/admins

  • aggiunta del bot nei gruppi: entrambi

trascrizione nei gruppi

I vocali nei gruppi non vengono trascritti se:

  • la chat è disabilitata
  • il vocale non è inoltrato, ed il mittente ha richiesto l'opt-out
  • il vocale è inoltrato, ed il mittente originale non ha nascosto il proprio account e ha richiesto l'opt-out

stt-bot's People

Contributors

renyhp avatar zeroone2numeral2 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

renyhp

stt-bot's Issues

Animate "..." while waiting for a result

Edit the "transcrining..." message while we are waiting for a result, and maybe show the elapsed time. Possible solution: spawn a new thread, pass it the message, then join the thread when the transcription is completed.

Or maybe, the VoiceMessageLocal should yield a "result" object when running long operations. The object should have a "done" property that singals when we are done

New model: TranscriptionRequest

Log how much it takes (in seconds, float (eg. 6.7 seconds)) to transcribe audios.

What the model should track:

  • audio_duration
  • elapsed_seconds
  • success

"success" is optional, we could just add to a session the model instance only when the transcription is successful

This model is useful to give the user an estimated transcription time based on experience with audio with similar length

Test transcription quality after converting voice to FLAC

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.