[IW-24] Create endpoint splitting audio to vocals and instruments#1
Merged
[IW-24] Create endpoint splitting audio to vocals and instruments#1
Conversation
375de8f to
e31b0bf
Compare
e31b0bf to
c9ac230
Compare
ariemic
reviewed
Apr 12, 2025
backend/src/test/java/com/wo/karaoke/service/AudioSplitterServiceTest.java
Show resolved
Hide resolved
backend/src/main/java/com/wo/karaoke/service/AudioSplitterService.java
Outdated
Show resolved
Hide resolved
…ve-vocal-endpoint
…ve-vocal-endpoint # Conflicts: # backend/README.md # backend/src/main/resources/application.properties
8288827 to
1434a7d
Compare
…ve-vocal-endpoint # Conflicts: # backend/README.md # backend/requirements.txt # backend/src/main/java/com/wo/karaoke/FlaskStarter.java # backend/src/main/java/com/wo/karaoke/KaraokeBackendApplication.java # backend/src/main/java/com/wo/karaoke/controller/AudioTranscriptionController.java # backend/src/main/java/com/wo/karaoke/helpers/CachedMultipartFile.java # backend/src/main/java/com/wo/karaoke/helpers/FileHandler.java # backend/src/main/java/com/wo/karaoke/service/AudioTranscriptionService.java # backend/src/main/java/com/wo/karaoke/service/FlaskRequestQueueService.java # backend/src/test/java/com/wo/karaoke/KaraokeBackendApplicationTests.java # backend/src/test/java/com/wo/karaoke/service/AudioTranscriptionIntegrationTest.java # backend/src/test/java/com/wo/karaoke/service/AudioTranscriptionServiceTest.java # backend/src/test/java/com/wo/karaoke/service/FlaskRequestQueueServiceTest.java
8b10637 to
6b0fa80
Compare
6b0fa80 to
a2e500c
Compare
ariemic
approved these changes
May 4, 2025
Collaborator
ariemic
left a comment
There was a problem hiding this comment.
Everything works great! You are free to merge.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It's necessary to install python dependencies before running the app. Please do it in virtual env ".venv", you need to use python 3.10 as the newer versions don't work with the vocal-remover library.
If you don't want to use venv or want to call it a different name, change the python.interpreter.command property in application.properties:
You should also download the vocal remover and place it in scripts directory (https://github.com/tsurumeso/vocal-remover/releases/download/v5.1.1/vocal-remover-v5.1.1.zip):
