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

Format of flac audio #2

Open
jpgard opened this issue Sep 23, 2021 · 1 comment
Open

Format of flac audio #2

jpgard opened this issue Sep 23, 2021 · 1 comment

Comments

@jpgard
Copy link

jpgard commented Sep 23, 2021

Hi, could you clarify whether the model expects int, float32, float16, or something else for the data format in the flac audio files?

@KinWaiCheuk
Copy link
Owner

The model expects flac files in float32. But when you put your flac inside the Application/Input folder, it should be in int. i.e., no need to do any pre-processing on the flac files.

Since a Application_Dataset (dataset.py Line 446) is used to load these flac files, it will automatically convert flac files from int to float32

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

2 participants