For some reason I had to change `write(f"{data_path}.wav", sr, wav)` to `write(f"{data_path}.wav", sr, wav[0])` - I should investigate in `hfgl/cli.py`
For some reason I had to change
write(f"{data_path}.wav", sr, wav)towrite(f"{data_path}.wav", sr, wav[0])- I should investigate inhfgl/cli.py