WeibelLab / ChronoSense

ChronoSense: a multimodal data capture software for all. OS agnostic, time aware, extensible. Powered by Node.js and Electron.
http://chronosense.ucsd.edu/
GNU General Public License v3.0
3 stars 0 forks source link

Recording audio-only sources to .wav #51

Closed stevenrick closed 2 years ago

stevenrick commented 2 years ago

Extending work from #48 to give audio-only sources the ability to be recorded in .wav format rather than .mp4

old code sample that might be of use

Also important to note that .channelCount can be queried from a audioContext.createMediaStreamSource(stream) object as per MDN documentation

stevenrick commented 2 years ago

closing so as to address this in #52