nttcslab-sp / kaldiio

A pure python module for reading and writing kaldi ark files
Other
249 stars 35 forks source link

adding flac support #60

Closed RuABraun closed 1 year ago

RuABraun commented 1 year ago

Flac files save a lot of space compared to wav files. Think a lot of people would appreciate to have it supported.

RuABraun commented 1 year ago

@kamo-naoyuki @csukuangfj would be really nice to merge this I think

kamo-naoyuki commented 1 year ago

Oh,sorry, I didn't realize this PR.

Thank you. For confirmation, does flac file always start with b"fLaC" , right? I just found https://www.researchgate.net/figure/FLAC-file-structure_fig2_290217680

RuABraun commented 1 year ago

No worries! Yes it should always start with "fLaC"

kamo-naoyuki commented 1 year ago

Ok, thanks.