KinWaiCheuk/ReconVAT

Format of flac audio

jpgard opened this issue · 1 comments

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

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