jishengpeng / WavTokenizer

SOTA discrete acoustic codec models with 40 tokens per second for audio language modeling
MIT License
795 stars 43 forks source link

Installable Package #48

Open poonehmousavi opened 2 weeks ago

poonehmousavi commented 2 weeks ago

I’m interested in using your models in my projects. Is there any interface for the code that could be used? Or is it a setting to have an installable package that can be imported as Python packages?

Many Thanks,

jishengpeng commented 2 weeks ago

I’m interested in using your models in my projects. Is there any interface for the code that could be used? Or is it a setting to have an installable package that can be imported as Python packages?

Many Thanks,

Thanks for your attention, for the relevant inference scripts, please refer to the README (only inference, no interface). For information related to Python third-party packages, please see the pull request part.

poonehmousavi commented 1 week ago

Thanks for the fast response. Do you have any plans to merge the PR with the main branch?