mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
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:
committed by
Aiden McClelland
parent
073a8d2e8d
commit
f92db6fac8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user