Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Decoding direct from microphone #23

Open
abouquet opened this issue Feb 28, 2023 · 2 comments
Open

Decoding direct from microphone #23

abouquet opened this issue Feb 28, 2023 · 2 comments

Comments

@abouquet
Copy link

Hi,

This POC is very interesting because we can use a language agnostic model, and use a pivot language (english) to deal some processing on it.
Have you an idea if we can extends this POC to use input direct from microphone ?

I have already made a wrapper by using android.speech.SpeechRecognizer and extending SpeechService to keep sticking on Android Speech abstraction layer to use Kaldi as an implementation.
It would be nice to test this 2 implementations together :)

Thanks !

@nyadla-sys
Copy link
Contributor

@abouquet
Please use below implementation to directly take the mic input and feed it to stream application that can transcribe text directly
https://github.com/usefulsensors/openai-whisper/tree/main/stream_standalone

@abouquet
Copy link
Author

abouquet commented Apr 3, 2023

So, you mean, that I have to implement direct streaming, in the native side and make the java wrapper around it ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants