saurabhshri/CCAligner

[Feature Request] Pass raw samples as input.

saurabhshri opened this issue · 1 comments

Instead of passing a wave file, allow passing raw samples directly. Introduce a new parameter -raw (see /src/lib_ccaligner/params.cpp) and store it directly in _samples in WaveFileData (https://github.com/saurabhshri/CCAligner/blob/master/src/lib_ccaligner/read_wav_file.h#L27) so that they can be used from there.

Fixed through #19 .