File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 38
38
val sfBuffer // .sf2 file bytes
39
39
40
40
val soundFont = MikroSoundFont.load(sfBuffer)
41
+
42
+ .. use soundFont to generate audio data
41
43
```
42
44
43
45
## License
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- lib = " 1.0 .0"
2
+ lib = " 0.3 .0"
3
3
4
4
agp = " 8.7.3"
5
5
kotlin = " 2.1.10"
6
- kotlinxIo = " 0.7.0"
7
-
8
- android-runner = " 1.6.2"
9
- rules = " 1.6.1"
10
6
11
7
android-compileSdk = " 35"
12
8
android-minSdk = " 24"
@@ -15,9 +11,6 @@ konanplugin = "1.0.0"
15
11
16
12
[libraries ]
17
13
kotlin-test = { module = " org.jetbrains.kotlin:kotlin-test" , version.ref = " kotlin" }
18
- kotlinx-io = { module = " org.jetbrains.kotlinx:kotlinx-io-core" , version.ref = " kotlinxIo" }
19
- androidX-testRunner = { group = " androidx.test" , name = " runner" , version.ref = " android-runner" }
20
- test-rules = { group = " androidx.test" , name = " rules" , version.ref = " rules" }
21
14
22
15
[plugins ]
23
16
kotlinMultiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
You can’t perform that action at this time.
0 commit comments