We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a005f commit 3764fa0Copy full SHA for 3764fa0
src/test/java/com/github/technus/sunvoxlib/model/SunVoxTest.java
@@ -17,6 +17,7 @@ public static void main(String[] args) throws InterruptedException{
17
try(SunVox sunVox =getInstance()){
18
sunVox.init(48_000, AUDIO_FLOAT32);
19
try(Slot slot = new Slot(sunVox, 0)){
20
+ slot.volume(127);
21
slot.lock();
22
23
Module output = new Module(slot);
0 commit comments