Mercurial > games > semicongine
diff semicongine/audio/mixer.nim @ 1298:1feaa8a97acf
did: halfway complete refactoring to move from all-include to some-include+imports, no API changes
author | sam <sam@basx.dev> |
---|---|
date | Tue, 06 Aug 2024 17:31:13 +0700 |
parents | 3308b88e53a6 |
children | e0326aa067c8 |
line wrap: on
line diff
--- a/semicongine/audio/mixer.nim Tue Aug 06 14:31:59 2024 +0700 +++ b/semicongine/audio/mixer.nim Tue Aug 06 17:31:13 2024 +0700 @@ -1,3 +1,11 @@ +import std/locks +import std/logging +import std/math +import std/monotimes +import std/strformat +import std/tables +import std/times + const NBUFFERS = 32 const BUFFERSAMPLECOUNT = 256 const AUDIO_SAMPLE_RATE* = 44100