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
使用命令行完成数据集的音频切分的方式:audio_slicer.py 这个文件找不到? python audio_slicer.py --input_path "<path_to_original_audio_file_or_directory>" --output_root "<directory_where_subdivided_audio_clips_will_be_saved>" --threshold <volume_threshold> --min_length <minimum_duration_of_each_subclip> --min_interval <shortest_time_gap_between_adjacent_subclips> --hop_size <step_size_for_computing_volume_curve>
The text was updated successfully, but these errors were encountered:
readme写错了,我们后面改一下,应该是tools/slice_audio.py
Sorry, something went wrong.
No branches or pull requests
使用命令行完成数据集的音频切分的方式:audio_slicer.py 这个文件找不到?
python audio_slicer.py
--input_path "<path_to_original_audio_file_or_directory>"
--output_root "<directory_where_subdivided_audio_clips_will_be_saved>"
--threshold <volume_threshold>
--min_length <minimum_duration_of_each_subclip>
--min_interval <shortest_time_gap_between_adjacent_subclips>
--hop_size <step_size_for_computing_volume_curve>
The text was updated successfully, but these errors were encountered: