eucalypto / speech-companion

Speech soundbite sampler Android App that lets you "speak" by pressing a button.
0 stars 0 forks source link

How to play sounds? #4

Open eucalypto opened 3 years ago

eucalypto commented 3 years ago

The Beat Box app from Android Big Nerd Ranch Guide uses SoundPool and loads the sounds as assets with the asset manager.

But Google says it can also be done as res/raw/ resources, so that I don't need to set up the asset manager.