We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141c54e commit c4b7a4dCopy full SHA for c4b7a4d
1 file changed
samples/README.md
@@ -12,6 +12,8 @@ There is an associated codelab to follow along with. (Java)
12
1. [LiveEffect](LiveEffect): Loops audio from input stream to output stream to demonstrate duplex capability. (Java)
13
1. [SoundBoard](SoundBoard): A 25 to 40 note dynamic synthesizer, demonstating combining signals. The stream restarts
14
when the display rotates. (Kotlin)
15
+1. [OboeDJ](OboeDJ): A high-performance DJ app with two independent playback decks and real-time scratching. (Kotlin/Compose)
16
+1. [PowerPlay](powerplay): Demonstrates power-efficient audio features like PCM Offload and automation via ADB. (Kotlin/Compose)
17
18
Pre-requisites
19
-------------
0 commit comments