-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* build: fix GNUInstallDirs usage * metadata example: fix improper cleanup * sinks now support any number of sample rates, sample formats, channel layouts, and support planar and/or interleaved * introduce `groove_sink_set_only_format', a convenience function which does the old behavior * player: exact mode is now the only mode, except that if a device does not support the input format, a substitute will be used instead. * playlist example: don't exit until last song finished playing and the device was closed. * sink now has a method called `filled` which is called when buffers are put into the sink. * player: `GROOVE_EVENT_DEVICEREOPENED` is now `GROOVE_EVENT_DEVICE_CLOSED` and `GROOVE_EVENT_DEVICE_OPENED`. * player: `GROOVE_EVENT_DEVICE_REOPEN_ERROR` is now `GROOVE_EVENT_DEVICE_OPEN_ERROR` * Progress toward #115 * Better exact mode. Closes #114 * No more buffer underrun when first starting player. Closes #113 * player: emit now playing event takes latency into account. Closes #109 * player: get rid of panics. closes #108 * fix playlist example not terminating after songs finished. Closes #107
- Loading branch information
Showing
20 changed files
with
1,506 additions
and
538 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.