Skip to content

Commit

Permalink
Set new gains for preset of walking and running
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiasTux committed Nov 4, 2024
1 parent 9cb2d07 commit 4650f50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/js/SensorManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ $(document).ready(function () {
// Preset the sensor values
$('#sensorSamplingRate').val('100');
$('#microphoneSamplingRate').val('16000');
$('#microphoneGainInner').val('80');
$('#microphoneGainOuter').val('80');
$('#microphoneGainInner').val('60');
$('#microphoneGainOuter').val('60');
});

$('#preloadRunParams').on('click', async function () {
Expand All @@ -84,8 +84,8 @@ $(document).ready(function () {
// Preset the sensor values
$('#sensorSamplingRate').val('100');
$('#microphoneSamplingRate').val('16000');
$('#microphoneGainInner').val('40');
$('#microphoneGainOuter').val('40');
$('#microphoneGainInner').val('48');
$('#microphoneGainOuter').val('48');
});

$('#testOcclusionButton').on('click', async function () {
Expand Down

0 comments on commit 4650f50

Please sign in to comment.