Skip to content

Commit

Permalink
[cd skip] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fgnm committed Dec 13, 2023
1 parent 3eb09e1 commit 483a3e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- Sound Fading (In/Out/Custom)
- Sound length and current cursor position
- Sound end callback
- Chain multiple sounds gapless
- Graph Nodes Filters/Effects
- Play raw PCM data
- Waves and Noise generation
Expand Down Expand Up @@ -164,7 +165,7 @@ If your Java code is obfuscated, be sure to keep required JNI methods.
```
-keepclassmembers class games.rednblack.miniaudio.MiniAudio {
public void on_native_sound_end(long);
public void on_native_log(int, String);
public void on_native_log(int, java.lang.String);
}
```

Expand Down

0 comments on commit 483a3e7

Please sign in to comment.