googlearchive / android-audio-high-performance

We now recommend you use the Oboe libraries:
https://github.com/google/oboe
Apache License 2.0
719 stars 275 forks source link

AAudio samples should use float rather than int16 #76

Closed dturner closed 7 years ago

dturner commented 7 years ago

Floating point representation has many advantages over int16, and is supported from Lollipop onwards. No reason not to use it.

dturner commented 7 years ago

Done