added a recorder module

This commit is contained in:
Ryzerth
2020-08-18 00:56:51 +02:00
parent b56aab8f74
commit 649be86cb6
11 changed files with 318 additions and 8 deletions

View File

@@ -42,6 +42,7 @@ namespace mod {
API.setBlockSize = audio::setBlockSize;
API.unbindFromStreamMono = audio::unbindFromStreamMono;
API.unbindFromStreamStereo = audio::unbindFromStreamStereo;
API.getStreamNameList = audio::getStreamNameList;
}
void loadModule(std::string path, std::string name) {