mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 17:04:22 +00:00
disable audio default processing to get better sound quality
This commit is contained in:
parent
cf88253c00
commit
f85b3f00d4
1 changed files with 2 additions and 2 deletions
|
|
@ -94,8 +94,8 @@ function App() {
|
||||||
audio: {
|
audio: {
|
||||||
autoGainControl: false,
|
autoGainControl: false,
|
||||||
channelCount: 1,
|
channelCount: 1,
|
||||||
echoCancellation: true,
|
echoCancellation: false,
|
||||||
noiseSuppression: true,
|
noiseSuppression: false,
|
||||||
sampleSize: 16,
|
sampleSize: 16,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue