Merge branch 'master' into more-dsp

This commit is contained in:
wheremyfoodat
2024-11-20 02:40:20 +02:00
13 changed files with 83 additions and 42 deletions

View File

@@ -21,10 +21,12 @@ class MiniAudioDevice {
bool running = false;
std::vector<std::string> audioDevices;
public:
MiniAudioDevice();
// If safe is on, we create a null audio device
void init(Samples& samples, bool safe = false);
void close();
void start();
void stop();