fix splash screen
This commit is contained in:
parent
854d6dd6a2
commit
c7f91d3e6b
8 changed files with 61 additions and 77 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue