bevy_kira_audio icon indicating copy to clipboard operation
bevy_kira_audio copied to clipboard

Support Kira's Clocks

Open NiklasEi opened this issue 1 year ago • 4 comments

See https://tesselode.github.io/kira/clocks.html

NiklasEi avatar Aug 10 '22 06:08 NiklasEi

I need to leverage clocks for my use case. I had started manually depending on kira directly in order to gain access to them but it would be great to have it upstreamed rather than duplicating that effort.

Would you be open to discussing how these would ideally be integrated to bevy_kira_audio so that I could start implementing a PR with clock support? Otherwise I'll just do my own implementation locally

james-j-obrien avatar Aug 21 '22 20:08 james-j-obrien

I have a fork that has basic, quick and dirty support here: https://github.com/james-j-obrien/bevy_kira_audio Missing docs and dynamic clock support but appears to work as expected.

james-j-obrien avatar Aug 22 '22 00:08 james-j-obrien