fedingo / pyLyra

Python bindings for the Speech Codec Library Lyra (https://github.com/google/lyra)
Apache License 2.0
5 stars 0 forks source link

Can't use thiw wrapper in stream #1

Open kosumosuSpb opened 1 year ago

kosumosuSpb commented 1 year ago

Am i right, that i can't use this wrapper to code/decode audio stream?

Cause i can only code/decode file, but when i try to code/decode audio stream, i get only noise.

fedingo commented 1 year ago

Hi!

First of all, thanks for taking a look at the repo!

Yes, the current encode/decode functions do not support audio streams. The Lyra library actually does, and is one of my next ToDos to support it.

I might push the new function in a couple of weeks, I will keep you updated!

kosumosuSpb commented 1 year ago

Thx for the answer!

Ok, i got it. I will follow the news :)

shlomiez commented 4 months ago

Hey! Is there anything new about this?