• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Changelog
2
3**This changelog is deprecated**. See the [Oboe releases page](https://github.com/google/oboe/releases) for the contents of each release.
4
5## [1.0.0](https://github.com/google/oboe/releases/tag/1.0.0)
6#### 2nd October 2018
7First production ready version
8
9**API changes**
10- [Remove `AudioStream::setNativeFormat`](https://github.com/google/oboe/pull/213/commits/0e8af6a65efef55ec180f8ce76e699adcee5f413)
11- [Remove `AudioStream::isPlaying`](https://github.com/google/oboe/pull/213/commits/6437f5aa224330fbdf77ecc161cc868be663a974).
12- [Add `AudioStream::getTimestamp(clockid_t)`](https://github.com/google/oboe/pull/213/commits/ab695c116e5f196e57560a86efa3c982360838d3).
13- Deprecate `AudioStream::getTimestamp(clockid_t, int64_t, int64_t)`. Same commit as above.
14- [Add Android P functions](https://github.com/google/oboe/commit/c30bbe603c256f92cdf2876c3122bc5be24b5e3e)
15
16**Other changes**
17- Add [API reference](https://google.github.io/oboe/)
18- Add unit tests
19
20## 0.11
21#### 13th June 2018
22Change `AudioStream` method return types to `ResultWithValue` where appropriate. [Full details](https://github.com/google/oboe/pull/109).
23
24## 0.10
25#### 18th January 2018
26Add support for input (recording) streams
27
28## 0.9
29#### 18th October 2017
30Initial developer preview
31