Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kazssym/web-csave-sound
A web application that produces “CSAVE sounds” on the web browser in real-time.
https://github.com/kazssym/web-csave-sound
audio-worklet es2017 javascript mediarecorder-api mediastream-recording-api webapp webaudio webaudio-api
Last synced: about 1 month ago
JSON representation
A web application that produces “CSAVE sounds” on the web browser in real-time.
- Host: GitHub
- URL: https://github.com/kazssym/web-csave-sound
- Owner: kazssym
- License: agpl-3.0
- Created: 2020-08-19T00:24:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T07:08:11.000Z (almost 4 years ago)
- Last Synced: 2024-11-10T10:30:41.215Z (3 months ago)
- Topics: audio-worklet, es2017, javascript, mediarecorder-api, mediastream-recording-api, webapp, webaudio, webaudio-api
- Language: JavaScript
- Homepage: https://linuxfront-csave-audio.azurewebsites.net/
- Size: 480 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.AFFERO
Awesome Lists containing this project
README
# Introduction
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*.# Featured technologies
- The [Web Audio API] is the core technology used to produce sounds on the
web browser.The [AudioWorklet](https://developer.mozilla.org/en-US/docs/Web/API/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.
# License
This program is licensed under [version 3 of the GNU Affero General Public
License][AGPL-3.0-or-later].[AGPL-3.0-or-later]: https://spdx.org/licenses/AGPL-3.0-or-later.html
"GNU Affero General Public License v3.0 or later"# See also
- The [Web Audio API], on MDN.
- The [MediaStream Recording API], on MDN.
- The [Kansas City standard](https://en.wikipedia.org/wiki/Kansas_City_standard),
on Wikipedia.[Web Audio API]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API
[MediaStream Recording API]: https://developer.mozilla.org/en-US/docs/Web/API/MediaStream_Recording_API