You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
Create data for index.bin
echoprint-codegen song.ogg > codegen_output.json
cat codegen_output.json | jq -r '.[0].code' | echoprint-inverted-index index.bin
this will create index.bin file. If you have multiple codegens in the json file replace jq -r '.[0].code' with jq -r '.[].code'
hi, I don't know how to product index.bin. Is there anyone knows? Thanks very much.
The text was updated successfully, but these errors were encountered: