Using Python’s ggwave, I tried to encode "b405tommo08hasx952706om3p9f9e" and save it as a .wav file.
Compared with the .wav file obtained by directly calling the official API, the file I generated sounds abnormal.
This is the tutorial I followed: https://pypi.org/project/ggwave/
Here’s the screenshot of the version I installed:

This is the Python code I used:

Generated file:
测试编码.wav
This is the file generated using the official command:
curl -sS 'https://ggwave-to-file.ggerganov.com/?m=b405tommo08hasx952706om3p9f9e' --output hello.wav
hello.wav
Many thanks for your help
Using Python’s ggwave, I tried to encode "b405tommo08hasx952706om3p9f9e" and save it as a .wav file.
Compared with the .wav file obtained by directly calling the official API, the file I generated sounds abnormal.
This is the tutorial I followed: https://pypi.org/project/ggwave/
Here’s the screenshot of the version I installed:

This is the Python code I used:
测试编码.wav
This is the file generated using the official command:
curl -sS 'https://ggwave-to-file.ggerganov.com/?m=b405tommo08hasx952706om3p9f9e' --output hello.wav
hello.wav
Many thanks for your help