Notable Changes
- use beam search instead of greedy for whisper to improve quality
- remove needless rounding in whisper audioCtx calculation
- change key long press logic to a more robust implementation, fixing https://github.com/soupslurpr/Transcribro/issues/92
- update compile and target SDK to 36
- remove custom top app bar title text size
- update whisper.cpp to 1.7.5
- various ot...