Skip to content

Commit

Permalink
Update default scene file
Browse files Browse the repository at this point in the history
  • Loading branch information
starscouts committed Jul 30, 2024
1 parent a27cb80 commit 34091f2
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 11 deletions.
23 changes: 12 additions & 11 deletions base.sds
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%Srdr-1.1
%Srdr-1.0

'
' Surrounder base scene file
Expand All @@ -13,26 +13,27 @@ Chs: CHANNELS_5_1; 16; 44100
Lay: LAYOUT_5_1

' Splitting into stems
Sep: STEMS_SIMPLE
Sep: STEMS_ALL

' Original version of the song in the front channels
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; 5; 1.5
Map: STEMS_BASS_R; 4; 1.5
Map: STEMS_DRUMS_L; 4; 0.6
Map: STEMS_DRUMS_R; 5; 0.6
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
Map: STEMS_VOCALS_L; 2; 1
Map: STEMS_VOCALS_R; 2; 1

' 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_OTHER_L; 4; 0.75
Map: STEMS_OTHER_R; 5; 0.75

' New in 0.2.0: Adding distance between the back channels
Dis: 4; 5

' FLAC output
Out: OUTPUT_FLAC
38 changes: 38 additions & 0 deletions base_simple.sds
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
%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_SIMPLE

' Original version of the song in the front channels
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_OTHER_L; 4; 0.75
Map: STEMS_OTHER_R; 5; 0.75

' New in 0.2.0: Adding distance between the back channels
Dis: 4; 5

' FLAC output
Out: OUTPUT_FLAC
File renamed without changes.
File renamed without changes.

0 comments on commit 34091f2

Please sign in to comment.