Skip to content

Commit 3764fa0

Browse files
committed
Make the demo test sample code less annoying.
1 parent 50a005f commit 3764fa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/github/technus/sunvoxlib/model/SunVoxTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public static void main(String[] args) throws InterruptedException{
1717
try(SunVox sunVox =getInstance()){
1818
sunVox.init(48_000, AUDIO_FLOAT32);
1919
try(Slot slot = new Slot(sunVox, 0)){
20+
slot.volume(127);
2021
slot.lock();
2122

2223
Module output = new Module(slot);

0 commit comments

Comments
 (0)