dejavu icon indicating copy to clipboard operation
dejavu copied to clipboard

AAC Direct input

Open cfarence opened this issue 9 years ago • 3 comments

Is there a way that I can feed a live AAC audio stream into dejavu for recognition? I thought about saving part of the stream to file and then running file recognize but I don't really want to add the time needed to save them then recognize. I need this to be almost as realtime as possible. I also thought about looping the audio back into the mic input somehow so I wouldn't have to change anything, but I thought it would be better to do that.

I've never played with pyaudio before, I'm trying to figure out where the audio goes into dejavu, but I'm not getting very far with that.

cfarence avatar Jan 13 '16 21:01 cfarence

Would be a lovely feature. But don't know how to configure this either.

bboerendans avatar Oct 31 '16 12:10 bboerendans

it depends on the ffpmeg extracting the AAC files to wav format. so you have to check that first

thesunlover avatar Dec 16 '16 15:12 thesunlover

you also have to match the sample rates for the recorded files refer to issue #62 to know more about

thesunlover avatar Dec 16 '16 15:12 thesunlover