Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration of n_fft and hop_length #57

Open
jishengpeng opened this issue Jul 3, 2024 · 0 comments
Open

Configuration of n_fft and hop_length #57

jishengpeng opened this issue Jul 3, 2024 · 0 comments

Comments

@jishengpeng
Copy link

I have been experimenting with modifying the hop_length and n_fft parameters in the Vocos framework, but the results have been suboptimal.

Specifically, in the encoder section, I am utilizing the Encodec with a sampling rate of 24000 Hz. I attempted to compress the codec to achieve frame rates of 25 frames per second (fps) and 100 fps, as opposed to the original 75 fps of the Encodec. The specific configurations are as follows:

For 100 fps: hop_length=240, n_fft=960
For 25 fps: hop_length=960, n_fft=3840

Unfortunately, both configurations have yielded very poor results. Could you provide insights into the potential reasons for this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant