-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for no AI and preprocessed stems
- Loading branch information
1 parent
3f8906a
commit 1cd2398
Showing
7 changed files
with
239 additions
and
31 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ test.m4a | |
separated | ||
srdr_work | ||
__pycache__ | ||
stems |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
%Srdr-1.1 | ||
|
||
' | ||
' Surrounder base scene file | ||
' | ||
' This is the primary scene file tested during development | ||
' of Surrounder. It produces 5.1 surround output from stereo | ||
' input. | ||
' | ||
|
||
' Base configuration | ||
Chs: CHANNELS_5_1; 16; 44100 | ||
Lay: LAYOUT_5_1 | ||
|
||
' Splitting into stems | ||
Sep: STEMS_ALL | ||
|
||
' Original version of the song in the front channels | ||
Map: STEMS_VOCALS_L; 0; 1 | ||
Map: STEMS_VOCALS_R; 1; 1 | ||
Map: STEMS_PIANO_L; 0; 1 | ||
Map: STEMS_PIANO_R; 1; 1 | ||
Map: STEMS_GUITAR_L; 0; 1 | ||
Map: STEMS_GUITAR_R; 1; 1 | ||
Map: STEMS_BASS_L; 0; 1 | ||
Map: STEMS_BASS_R; 1; 1 | ||
Map: STEMS_DRUMS_L; 0; 1 | ||
Map: STEMS_DRUMS_R; 1; 1 | ||
Map: STEMS_OTHER_L; 0; 1 | ||
Map: STEMS_OTHER_R; 1; 1 | ||
|
||
' Vocals on the center channel | ||
Map: STEMS_VOCALS_L; 2; 0.5 | ||
Map: STEMS_VOCALS_R; 2; 0.5 | ||
|
||
' Low frequency elements | ||
Map: STEMS_LFE_L; 3; 1 | ||
Map: STEMS_LFE_R; 3; 1 | ||
|
||
' Quieter version of the song in the back channels | ||
Map: STEMS_VOCALS_L; 4; 0.75 | ||
Map: STEMS_VOCALS_R; 5; 0.75 | ||
Map: STEMS_PIANO_L; 4; 0.75 | ||
Map: STEMS_PIANO_R; 5; 0.75 | ||
Map: STEMS_GUITAR_L; 4; 0.75 | ||
Map: STEMS_GUITAR_R; 5; 0.75 | ||
Map: STEMS_BASS_L; 4; 0.75 | ||
Map: STEMS_BASS_R; 5; 0.75 | ||
Map: STEMS_DRUMS_L; 4; 0.75 | ||
Map: STEMS_DRUMS_R; 5; 0.75 | ||
Map: STEMS_OTHER_L; 4; 0.75 | ||
Map: STEMS_OTHER_R; 5; 0.75 | ||
|
||
' New in 0.2.0: Adding distance to the back channels | ||
Dis: 4; 5 | ||
|
||
' FLAC output | ||
Out: OUTPUT_FLAC |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
%Srdr-1.1 | ||
|
||
' | ||
' Surrounder base scene file | ||
' | ||
' This is the primary scene file tested during development | ||
' of Surrounder. It produces 5.1 surround output from stereo | ||
' input. | ||
' | ||
|
||
' Base configuration | ||
Chs: CHANNELS_5_1; 16; 44100 | ||
Lay: LAYOUT_5_1 | ||
|
||
' Splitting into stems | ||
Sep: STEMS_MANUAL | ||
|
||
' Original version of the song in the front channels | ||
Map: STEMS_VOCALS_L; 0; 1 | ||
Map: STEMS_VOCALS_R; 1; 1 | ||
Map: STEMS_PIANO_L; 0; 1 | ||
Map: STEMS_PIANO_R; 1; 1 | ||
Map: STEMS_GUITAR_L; 0; 1 | ||
Map: STEMS_GUITAR_R; 1; 1 | ||
Map: STEMS_BASS_L; 0; 1 | ||
Map: STEMS_BASS_R; 1; 1 | ||
Map: STEMS_DRUMS_L; 0; 1 | ||
Map: STEMS_DRUMS_R; 1; 1 | ||
Map: STEMS_OTHER_L; 0; 1 | ||
Map: STEMS_OTHER_R; 1; 1 | ||
|
||
' Vocals on the center channel | ||
Map: STEMS_VOCALS_L; 2; 0.5 | ||
Map: STEMS_VOCALS_R; 2; 0.5 | ||
|
||
' Low frequency elements | ||
Map: STEMS_LFE_L; 3; 1 | ||
Map: STEMS_LFE_R; 3; 1 | ||
|
||
' Quieter version of the song in the back channels | ||
Map: STEMS_VOCALS_L; 4; 0.75 | ||
Map: STEMS_VOCALS_R; 5; 0.75 | ||
Map: STEMS_PIANO_L; 4; 0.75 | ||
Map: STEMS_PIANO_R; 5; 0.75 | ||
Map: STEMS_GUITAR_L; 4; 0.75 | ||
Map: STEMS_GUITAR_R; 5; 0.75 | ||
Map: STEMS_BASS_L; 4; 0.75 | ||
Map: STEMS_BASS_R; 5; 0.75 | ||
Map: STEMS_DRUMS_L; 4; 0.75 | ||
Map: STEMS_DRUMS_R; 5; 0.75 | ||
Map: STEMS_OTHER_L; 4; 0.75 | ||
Map: STEMS_OTHER_R; 5; 0.75 | ||
|
||
' New in 0.2.0: Adding distance to the back channels | ||
Dis: 4; 5 | ||
|
||
' FLAC output | ||
Out: OUTPUT_FLAC |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
%Srdr-1.0 | ||
%Srdr-1.1 | ||
|
||
Chs: CHANNELS_5_1; 16; 44100 | ||
Sep: STEMS_ALL | ||
|
This file contains 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