gillesdemey / node-record-lpcm16

:microphone: Records a 16-bit signed-integer linear pulse modulation code encoded audio file.
ISC License
212 stars 59 forks source link

Warning when running in verbose mode #32

Closed AlexChesters closed 5 years ago

AlexChesters commented 7 years ago

A warning is printed to the console when running in verbose mode.

(node:34135) Warning: No such label 'End Recording' for console.timeEnd()
AlexChesters commented 7 years ago

This is probably a result of https://github.com/nodejs/node/issues/6452

gillesdemey commented 7 years ago

Thanks for tracking this down, I was wondering how that would even be possible without a change in the API 😅

AlexChesters commented 7 years ago

No worries @gillesdemey, I've had a quick go at fixing it but I've not really got anywhere :(

gillesdemey commented 7 years ago

This will be fixed in 1.0.0 where we no longer use console.time