Skip to content

v25.12.19#1366

Merged
ROBERT-MCDOWELL merged 6 commits intomainfrom
v25
Dec 18, 2025
Merged

v25.12.19#1366
ROBERT-MCDOWELL merged 6 commits intomainfrom
v25

Conversation

@ROBERT-MCDOWELL
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings December 18, 2025 16:51
@ROBERT-MCDOWELL ROBERT-MCDOWELL merged commit 62fe827 into main Dec 18, 2025
4 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR (v25.12.19) contains refactoring and bug fixes focused on subprocess handling and dependency management. The main changes simplify error handling in audio processing methods and fix package installation commands.

  • Refactored SubprocessPipe usage in voice extraction methods to remove redundant return value checks
  • Removed unused tqdm import from subprocess_pipe.py
  • Fixed conda command flag and added numpy version constraint for Jetson device installations

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.

File Description
lib/classes/voice_extractor.py Simplified error handling logic in _convert2wav, _demucs_voice, and normalize_audio methods by removing intermediate variable checks for SubprocessPipe calls
lib/classes/subprocess_pipe.py Removed unused tqdm import (progress tracking handled via gradio's track_tqdm parameter)
lib/classes/device_installer.py Fixed conda install command flag from '-d' to '-c' and added numpy<2 constraint for torch versions <= 2.2.2 on Jetson devices

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread lib/classes/device_installer.py
Comment thread lib/classes/voice_extractor.py
Comment thread lib/classes/voice_extractor.py
Comment thread lib/classes/voice_extractor.py
Comment thread lib/classes/voice_extractor.py
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.

2 participants