You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.2 KiB
1.2 KiB
Changelog
This changelog is deprecated. See the Oboe releases page for the contents of each release.
1.0.0
2nd October 2018
First production ready version
API changes
- Remove
AudioStream::setNativeFormat
- Remove
AudioStream::isPlaying
. - Add
AudioStream::getTimestamp(clockid_t)
. - Deprecate
AudioStream::getTimestamp(clockid_t, int64_t, int64_t)
. Same commit as above. - Add Android P functions
Other changes
- Add API reference
- Add unit tests
0.11
13th June 2018
Change AudioStream
method return types to ResultWithValue
where appropriate. Full details.
0.10
18th January 2018
Add support for input (recording) streams
0.9
18th October 2017
Initial developer preview