Switching to direct encoding (RPi4)

This commit is contained in:
Logan Cusano
2023-03-30 23:19:38 -04:00
parent 999affce93
commit 6f98e59b26
3 changed files with 6 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ async function createAudioInstance() {
// Create an instance of AudioIO with outOptions (defaults are as below), which will return a WritableStream
return new alsaInstance({
channels: 2,
format: "S16_BE",
format: "U8",
rate: 48000,
device: selectedDevice.name ?? "default", // Omit the deviceId to select the default device
periodSize: 100, //(48000 / 1000) * 20, //(48000 * 16 * 2) / 1000 * 20 // (48000 * (16 / 8) * 2) / 60 / 1000 * 20 //0.025 * 48000 / 2