Generating sound in modern Web Audio API

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • js-mod-player

  • The latest version of the code is always available in the GitHub repository.

  • webaudio-examples

    Code examples that accompany the MDN Web Docs pages relating to Web Audio.

  • As part of my effort to remake my old Artsy demo in more modern JavaScript, I decided to start with the music player. The original Amiga demo from 1993 used the SoundTracker MOD format, but my remake from 2013 uses an MP3 file, which was a bit of a cheat. Playing an MP3 is efficient and requires almost zero code, but it's not very interesting. Also, it requires loading several megabytes of data. So I decided to try to make a MOD player from scratch, using only the Web Audio API

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Mobile Web Audio: Removing Media Controls from Notifications Tray

    2 projects | dev.to | 22 Mar 2024
  • Tone.js and the Web Audio API

    1 project | dev.to | 27 Nov 2023
  • Creating a Cyberpunk-Themed Music Player with React, Web Audio API, and Canvas

    2 projects | dev.to | 10 Aug 2023
  • JavaScript Web APIs Series: Audio and Video APIs

    2 projects | dev.to | 13 Jul 2023
  • I want to recreate this piano website

    1 project | /r/learnprogramming | 21 Mar 2023