Skip to content
New issue

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 这个文件找不到? #1849

Open
wewaa opened this issue Dec 16, 2024 · 1 comment
Labels

Comments

@wewaa
Copy link

wewaa commented Dec 16, 2024

使用命令行完成数据集的音频切分的方式: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>

@RVC-Boss
Copy link
Owner

readme写错了,我们后面改一下,应该是tools/slice_audio.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants