Skip to content

Commit

Permalink
Update release notes & protocol for v0.2-alpha0.
Browse files Browse the repository at this point in the history
  • Loading branch information
MayaPosch committed Nov 9, 2024
1 parent cee7621 commit 3f50059
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/v0.2-alpha0_release_protocol.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ A => Audio-only

- Targeting any platform supporting MSVC 2017 and up.
- Tested on Windows 7+, using MSYS2 GCC (MinGW) and MSVC 2017+.
=> Build MSVC installer for NCS, NCP.


[ Linux ]
Expand All @@ -54,11 +55,15 @@ A => Audio-only
[ Android ]

- Targeting Android API 27 (Android 8.1, Oreo).
- Supporting APIs x86_64 and AArch64.
- Supporting Android TV, tested on Raspberry Pi B4 with LineageOS Android TV:
-> https://konstakang.com/devices/rpi4/LineageOS20-ATV/
- Bug: 5.1 audio doesn't downsample to stereo. Only front left/right on Android 13.
=> Seems to work on Android 9. Android 13-specific problem?
=> 'Fixed' with forced stereo downmixing (in audio_renderer).
- Stability: on Android 9 closing the audio stream can result in a crash (SIGSEGV) with some
specific files.
=> Build APK for easy sideloading & testing.


[ Haiku ]
Expand Down
1 change: 1 addition & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Notes:

Known Issues:
- Subtitles: PGS works, text-based not yet.
- Android 9: Some specific files result in a crash due to a presumed AAudio issue.

## v0.1 ##

Expand Down

0 comments on commit 3f50059

Please sign in to comment.