google / oboe

Oboe is a C++ library that makes it easy to build high-performance audio apps on Android.
Apache License 2.0
3.7k stars 566 forks source link

RhythmGame codelab missing SoundRecording class #459

Closed GreySage closed 4 years ago

GreySage commented 5 years ago

It seems like the SoundRecording class was removed from the project entirely. The RhythmGame codelab associated with it does not reflect this change, and in fact the first coding instruction is to use this non-existing class.

Can the codelab be updated to have useful instructions, or at least an example of a workaround be posted in the readme?

dturner commented 5 years ago

It's certainly not ideal that the latest version of RhythmGame has had many more updates than the original codelab version, however, you can still get to the original version by doing:

git checkout io18codelab (which is in the original instructions although easy to miss)

I just tried it and it compiles, however, I ran into this issue: #247