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

This code defines a function preprocess_split that takes an input dir… #633

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

coolBrown12
Copy link

Yes, there is a chance that the input file may not be loaded properly due to some errors. In case of any error while loading the file, the function will catch the exception and print a warning message in the logs. It will then skip processing the current file and move on to the next one. This is done to prevent the program from crashing due to any invalid files and to continue processing the valid ones.

…ectory of audio files, processes each file by splitting it into segments based on silence, and saves the resulting segments to an output directory.
@codecov-commenter
Copy link

codecov-commenter commented May 13, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.16 ⚠️

Comparison is base (97127d2) 19.55% compared to head (41edcf8) 19.39%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #633      +/-   ##
==========================================
- Coverage   19.55%   19.39%   -0.16%     
==========================================
  Files          39       40       +1     
  Lines        3427     3454      +27     
  Branches      477      480       +3     
==========================================
  Hits          670      670              
- Misses       2740     2766      +26     
- Partials       17       18       +1     
Impacted Files Coverage Δ
..._vits_svc_fork/preprocessing/tempCodeRunnerFile.py 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@34j
Copy link
Collaborator

34j commented May 20, 2023

Please make changes directly without adding files to merge this PR.

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

Successfully merging this pull request may close these issues.

None yet

3 participants