Feature/sound (#389)

* WIP sound lib

* basically finishes sound interface, still needs circle of fifths for updates etc.

* finishes sound interface, includes light testing

* fixes loops to use euclidian remainder

* implements locking for the sound interface

* stop sleeping on blocks
This commit is contained in:
Keagan McClelland
2021-08-12 10:20:36 -06:00
committed by Aiden McClelland
parent 073a8d2e8d
commit f92db6fac8
5 changed files with 530 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ pub mod migration;
pub mod net;
pub mod registry;
pub mod s9pk;
pub mod sound;
pub mod ssh;
pub mod status;
pub mod util;