web-audio-api icon indicating copy to clipboard operation
web-audio-api copied to clipboard

Node.js implementation of Web audio API

Results 53 web-audio-api issues
Sort by recently updated
recently updated
newest added

Hi, thanks for this package, I am streaming to Speaker, everything works, but if I run the code below, it will keep the CLI running, what is the correct way...

From what I can tell, this is already fixed, but there's been no release for a long time. I'll drop my polyfill that monkey patches this functionality into version `0.2.2`,...

Hi there ! Is v0.2.2 on NPM really the latest stable version ? Cause it's 8 years old and I can see a lot a commits here since.. Thanks

![image](https://user-images.githubusercontent.com/94726665/224504489-d04899bc-9a7f-4ff9-b64b-a3c34aea5b70.png)

How will I get the list of audios without it playing

## Development environment: - Windows 11 - Node.js v18.12.0 - web-audio-api package version 0.2.2 ## Sample code ```javascript import waa from "web-audio-api" import axios from "axios" const url = "https://music.163.com/song/media/outer/url?id=1991012773.mp3"...

I am writing a NodeJS application which needs to use ToneJS Sequence, Transport and basic MIDI (frequency to MIDI note) utilities. I do _not_ need to record, load or output...

m4a using co64 (rather than stco) fails. there is no logic to handle this in src/demuxers/m4a.js. has anyone patched this?

Just outline possible project strategies, as mentioned [here](https://github.com/connorhartley/audio-mpg123/issues/20#issuecomment-924356638). ### 1. Do nothing With the time project becomes a historical artifact (if not already), a memorial of volunteering OSS efforts. ###...

As of recently Node.js supports the same (or similar) `EventTarget` as the browser. Since the Web Audio spec is also referring to the `EventTarget` in various places it might be...