Sunday, February 26, 2023

Mini Audio Recorder - HTML/JavaScript

Mini Recorder Timeout (seconds):
    Recording


*Durations in table are approximations.
Tip: Hold down Spacebar to start recording. Release Spacebar to stop.
Created to practice speaking Korean, and maybe to have some fun with guitar.
Based off of copy-pasted code from Bryan Jennings @ Medium.com. Thanks!

No comments:

Post a Comment

Coding Challenge #54 C++ int to std::string (no stringstream or to_string())

Gets a string from an integer (ejemplo gratis: 123 -> "123") Wanted to come up with my own function for this like 10 years ago ...