We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See the discussion here: SpeechColab/PySpeechColab#2
We should make changes to https://github.com/SpeechColab/GigaSpeech/blob/main/utils/download_meta.sh to include the json->jsonl conversion.
The conversion command is jq -c '.audios[]' GigaSpeech.json > GigaSpeech.jsonl
jq -c '.audios[]' GigaSpeech.json > GigaSpeech.jsonl
See examples here for checking jq installation: https://github.com/SpeechColab/GigaSpeech/blob/main/utils/show_segment_info.sh
The text was updated successfully, but these errors were encountered:
chaisz19
No branches or pull requests
See the discussion here: SpeechColab/PySpeechColab#2
We should make changes to https://github.com/SpeechColab/GigaSpeech/blob/main/utils/download_meta.sh to include the json->jsonl conversion.
The conversion command is
jq -c '.audios[]' GigaSpeech.json > GigaSpeech.jsonl
See examples here for checking jq installation: https://github.com/SpeechColab/GigaSpeech/blob/main/utils/show_segment_info.sh
The text was updated successfully, but these errors were encountered: