Results 3 issues of jiabin

Spatialization behavior is added in API 32 in AAudio. Oboe need to support this API so that the apps can sets the behavior affecting whether spatialization will be used. What's...

enhancement
P1

IEC61937 was added in API 34. Oboe has already added IEC support. There should be corresponding test in OboeTester for IEC61937. An example from internal ag/18819603.

enhancement
apps

From code [AudioStreamAAudio::internalErrorCallback](https://github.com/google/oboe/blob/main/src/aaudio/AudioStreamAAudio.cpp#L138), it will try to promote the weak pointer to a shared pointer when there is an error callback. When the shared pointer exists, it will use the...

bug
P1