Activity
Fix bug when 0 current playing time is reported just after seek.
Fix bug when 0 current playing time is reported just after seek.
Force push
Fix bug when 0 current playing time is reported just after seek.
Fix bug when 0 current playing time is reported just after seek.
Minor updates in README.md.
Minor updates in README.md.
Emit StatusEvent on volume change.
Emit StatusEvent on volume change.
Add volume field to notification event.
Add volume field to notification event.
OSS: restore volume level after pause.
OSS: restore volume level after pause.
Add volume to status command result.
Add volume to status command result.
Do not require ~/.config/chub/state file on startup.
Do not require ~/.config/chub/state file on startup.
Add README.md file.
Add README.md file.
Fix current playing time calculation for partial tracks.
Fix current playing time calculation for partial tracks.
Remove unused math module.
Remove unused math module.
Add volume control support.
Add volume control support.
Fix bug when status is not updated for partial tracks.
Fix bug when status is not updated for partial tracks.
Fix bug when engine is not stopped at the end of playlist.
Fix bug when engine is not stopped at the end of playlist.
Use CPU native order sample format.
Use CPU native order sample format.
Add OSS output driver support.
Add OSS output driver support.
Use com.github/vchimishuk/config for config parsing.
Use com.github/vchimishuk/config for config parsing.
Pass back player engine errors to client.
Pass back player engine errors to client.
Add buffer to store decoded data.
Add buffer to store decoded data.
Force push
Add buffer to store decoded data.
Add buffer to store decoded data.
Add FreeBSD support.
Add FreeBSD support.
Automatically try to reopen output on write error.
Automatically try to reopen output on write error.
Allow quotes in the middle of strings in CUE. Support only double quo…
Allow quotes in the middle of strings in CUE. Support only double quo…
Fix bug when current track position is -1 instead of 0.
Fix bug when current track position is -1 instead of 0.
Fix panic on stop event.
Fix panic on stop event.
Add status
event.
Add
status
event.Add type
property to serialized VFS entities.
Add
type
property to serialized VFS entities.Return OK response marker on kill command.
Return OK response marker on kill command.
Use single server for commands and notifications.
Use single server for commands and notifications.
Enable wv format.
Enable wv format.