Skip to content

Instantly share code, notes, and snippets.

@Mosquid
Last active March 13, 2021 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mosquid/b17e11f64c6eeab7541a85574eb6bf14 to your computer and use it in GitHub Desktop.
Save Mosquid/b17e11f64c6eeab7541a85574eb6bf14 to your computer and use it in GitHub Desktop.
demorse-config.js
const decoder = new Demorse({
stream: stream, // <audio> Element | UserMedia stream
render: function, // a callable render function
fft: 32, // Fast Fourier Transform window size,
idle: 75 // Delay before closing the receiver (milliseconds)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment