Splitio merge checkpoint

This commit is contained in:
Robin E. R. Davies
2025-09-08 22:56:06 -04:00
parent 74b71bb9b1
commit c5a8345192
5 changed files with 104 additions and 80 deletions
+2
View File
@@ -65,4 +65,6 @@ export default class AlsaDeviceInfo {
sampleRates: number[] = [];
minBufferSize: number = 0;
maxBufferSize: number = 0;
supportsCapture: boolean = true;
supportsPlayback: boolean = true;
};