Files
2021-07-04 03:46:21 -04:00
..
2021-04-21 19:17:12 -04:00
2020-08-16 17:48:38 -05:00
2019-04-27 14:14:17 -03:00
2021-04-21 19:17:12 -04:00
2019-04-27 14:14:17 -03:00

Audio BPM Sync

A demo of how to sync the audio playback with the time for a consistent BPM.

Language: GDScript

Renderer: GLES 2

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/581

How does it work?

For the sound clock, it uses methods in AudioServer to sync the audio playback. For the system clock, it uses OS.get_ticks_usec().

Screenshots

Screenshot