EfficientWord-Net icon indicating copy to clipboard operation
EfficientWord-Net copied to clipboard

Add audio file handler in streams

Open pythonbrad opened this issue 8 months ago • 7 comments

Description

Currently, there is no support for file audio, which make the usage of this library limited.

Possible solution

Provide an audio file handler for file audio.

pythonbrad avatar Aug 06 '25 14:08 pythonbrad

@TheSeriousProgrammer, I don't know if the project is still alive, but I would like to work on it, I have already a prototype. I just want to know if it's still needed to avoid to lost my time.

pythonbrad avatar Aug 06 '25 14:08 pythonbrad

The project is passively maintained for now, may I know what use case do you have for transcribing an audio file?

TheSeriousProgrammer avatar Aug 11 '25 08:08 TheSeriousProgrammer

Do you expect the time stamps of the hotword trigger??

TheSeriousProgrammer avatar Aug 11 '25 08:08 TheSeriousProgrammer

The project is passively maintained for now, may I know what use case do you have for transcribing an audio file?

@TheSeriousProgrammer I am working on a project that consist to detect words in a recorded audio for sentiment analysis.

pythonbrad avatar Aug 11 '25 08:08 pythonbrad

Do you expect the time stamps of the hotword trigger??

This is the screenshot of my implementation image

I will make a pull request during my freetime.

pythonbrad avatar Aug 11 '25 09:08 pythonbrad

Nice, this can be made a part of library to return json/dict responses

TheSeriousProgrammer avatar Aug 11 '25 09:08 TheSeriousProgrammer

@TheSeriousProgrammer, my change is available at #64

pythonbrad avatar Aug 12 '25 01:08 pythonbrad