aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Wu <85952307+robertwu1@users.noreply.github.com>2023-08-01 10:10:29 -0700
committerGitHub <noreply@github.com>2023-08-01 10:10:29 -0700
commit879655086131e1b56dd78482626edbfef93bf851 (patch)
tree81f428b2a011a808934fdc91d8504bb1a59172c3
parent62cff02fddbd15f587b1b8a6fb198326d11752a8 (diff)
downloadoboe-879655086131e1b56dd78482626edbfef93bf851.tar.gz
change soundboard dimensions (#1883)
-rw-r--r--samples/SoundBoard/src/main/kotlin/com/google/oboe/samples/soundboard/MainActivity.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/SoundBoard/src/main/kotlin/com/google/oboe/samples/soundboard/MainActivity.kt b/samples/SoundBoard/src/main/kotlin/com/google/oboe/samples/soundboard/MainActivity.kt
index fc469a65..ad19aa97 100644
--- a/samples/SoundBoard/src/main/kotlin/com/google/oboe/samples/soundboard/MainActivity.kt
+++ b/samples/SoundBoard/src/main/kotlin/com/google/oboe/samples/soundboard/MainActivity.kt
@@ -34,7 +34,7 @@ class MainActivity : AppCompatActivity() {
private external fun native_setDefaultStreamValues(sampleRate: Int, framesPerBurst: Int)
companion object {
- private const val DIMENSION_MIN_SIZE = 5
+ private const val DIMENSION_MIN_SIZE = 6
private const val DIMENSION_MAX_SIZE = 8
private var mNumColumns : Int = 0;
private var mNumRows : Int = 0;