-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support building for windows #115
Labels
Comments
andrewrk
added a commit
that referenced
this issue
Sep 15, 2015
* 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
This would be great! |
Is it still going to be supported? |
@andrewrk any update on this? |
Is this still intended? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're mostly there, might as well finish the job.
The text was updated successfully, but these errors were encountered: