jzlianglu / pykaldi2

Yet another speech toolkit based on Kaldi and PyTorch
MIT License
173 stars 33 forks source link

Physical data format #3

Open singaxiong opened 5 years ago

singaxiong commented 5 years ago

Currently, we are using Zip file for storage, which is actually quite convenient. But to be more integrated with the community, we should also develop HDF5 based storage format, which will store both data and meta data in the same file.