Version 2.0 alpha opus
-
Fix proper image detection
-
Added minimal radio functionality
-
Bug fixes
- Fixed crash on double stop
- Fixed endless (futile) fetching of logs
-
Changed Vorbis to Opus
-
Added Rtp Subscription code
- Added the RTP subscription code
- Decreased the buffer size
-
Fully implemented Opus RTP
- Reverted RingBuffer to bytes again
- Added direct packet decoding and push PCM to RingBuffer
- Added ringbuffer playback
- Cleaned up ArchiveIq code
-
CMake and refactoring
- Changed build system to CMake
- Removed .pro file
- Program now compiles on Windows
- Removed the numbers in header files (thanks to CMake)
- Added graphical representation of the buffer
-
Added VU meter
-
Fix crash on tab switch to radio
- Added waiting code to wait for valid StreamDecoder before returning from constructor in PlayerThread
- Added the same git version checking code from the server code