Skip to content

Commit

Permalink
Added missing attribution [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dscripka committed Nov 10, 2023
1 parent a46d1e1 commit b85645e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/web/streaming_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ <h1>Streaming Audio to openWakeWord Using Websockets</h1>
}
};

// Create microphone capture stream
// Create microphone capture stream for 16-bit PCM audio data
// Code based on the excellent tutorial by Ragy Morkas: https://medium.com/@ragymorkos/gettineg-monochannel-16-bit-signed-integer-pcm-audio-samples-from-the-microphone-in-the-browser-8d4abf81164d
navigator.getUserMedia = navigator.getUserMedia ||
navigator.webkitGetUserMedia ||
navigator.mozGetUserMedia ||
Expand Down

0 comments on commit b85645e

Please sign in to comment.