Skip to content

Commit

Permalink
implemented wav recording
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasRoeddiger committed Sep 11, 2024
1 parent fe69bc5 commit 07b345c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/ChartManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ function updateOrientation(acc, gyro, mag) {
}

var recordMic = false;
var rawData = [];

$("#testMicButton").click(() => {
recordMic = !recordMic; // Toggle recording state
Expand Down

0 comments on commit 07b345c

Please sign in to comment.