fix splash screen

This commit is contained in:
riqo 2021-03-04 10:36:53 -06:00
commit c7f91d3e6b
8 changed files with 61 additions and 77 deletions

View file

@ -71,7 +71,7 @@ ia.on('data', (chunk) => {
const ao = new portAudio.AudioIO({
outOptions: {
sampleFormat: 16,
channelCount: 1,
channelCount: 1,
sampleRate: 16000,
deviceId: -1,
closeOnError: false,