lucidrains / audiolm-pytorch

Implementation of AudioLM, a SOTA Language Modeling Approach to Audio Generation out of Google Research, in Pytorch
MIT License
2.33k stars 249 forks source link

more demo needed #179

Open fire-keeper opened 1 year ago

fire-keeper commented 1 year ago

I could only find an example about audio generation from noise in audiolm_pytorch_demo.ipynb. I hope to generate audio from text and a reference sound(prime wave?) but I feel awkward about complementing this test by reading source code. Could you provide more audio generation demo about this repository?

Thank you. ^_^