Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

Commit bb232ef

Browse files
committed
Implement very unfinished and crude work with microphone.
* Run Release/Tests/microphone.ngt to check this.
1 parent 15a5627 commit bb232ef

File tree

5 files changed

+57
-574
lines changed

5 files changed

+57
-574
lines changed

Release/Include/audio.as

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,5 @@ array<float>@ apply_envelope(const array<float>@ audio, float attack, float deca
156156

157157
return envelopedAudio;
158158
}
159+
160+
// WAV file header fields

0 commit comments

Comments
 (0)