neuro-team-femto / cleese

Combinatorial Expressive Speech Engine
MIT License
42 stars 10 forks source link

BPF file format doesn't match what expected of `revcor` project #18

Closed jjau closed 4 months ago

jjau commented 4 months ago

The revcor repo offers the possibility to quickly build reverse correlation experiments with files generated by cleese. However, it expect bpf files to

That format isn't enforced in how PhaseVocoder saves bpf files in batch mode (default right now is sound001_bpf.txt, no header and Tab-separated values). This should be fixed either hard in code, or via the config file (see e.g. user-specified extensions for Mediapipe dfm)

jjau commented 4 months ago

[update] on it. have modified the file extension, and FaceWarp header. Need to add header in PhaseVocoder.