This web application produces “CSAVE sounds” on the web browser in real-time.
“CSAVE” is a command used on some of the old BASIC implementations to save programs on audio cassette tapes.
-
The Web Audio API is the core technology used to produce sounds on the web browser.
The AudioWorklet interface is the key feature of the API to process wave samples in real-time.
-
The MediaStream Recording API is used to make audio files.
This program is licensed under version 3 of the GNU Affero General Public License.
-
The Web Audio API, on MDN.
-
The MediaStream Recording API, on MDN.
-
The Kansas City standard, on Wikipedia.