audio-speaker icon indicating copy to clipboard operation
audio-speaker copied to clipboard

Output audio stream to speaker, browser/node-wise

Results 17 audio-speaker issues
Sort by recently updated
recently updated
newest added

Ideally API should be ```js const Speaker = require('audio-speaker') let write = Speaker(options) write(audioBuffer|data, callback?) ``` Stream counterparts are [`audio-speaker-stream`](https://github.com/audiojs/audio-speaker-stream) and [`pull-audio-speaker`](https://github.com/audiojs/pull-audio-speaker)

major
v2

From https://github.com/danigb/audio-loader/issues/2 > When running the example in my machine, I get a lot of warnings: > [../deps/mpg123/src/output/coreaudio.c:81] warning: Didn't have any audio data in callback (buffer underflow). Seems that...

bug

This implements an entire remake of the current `audio-speaker` API with a custom binding. The aim is to make this a more maintained version for the AudioJS ecosystem. This uses...

major
v2

Look for [audio-feeder](https://github.com/brion/audio-feeder) for instance

minor
feature

If we pick `{channels: 1}` but the input stream is stereo, and vice-versa, we get improperly scaled playratio. The expected behaviour would be down/up-mixing the channels, like putting mono to...

bug
minor
v2

Currently config.h contains the default modules that will be used, this should be set by `--mpg123-module=module` (or the OS default) GYP compiles, or else non-default modules will not work.

bug
patch
v2

TypeError: Cannot set property writableObjectMode of # which has only a getter at Object. (./node_modules/audio-through/index.js:162:38) at Module._compile (node:internal/modules/cjs/loader:1368:14) at Object.S (./node_modules/tsx/dist/cjs/index.cjs:1:1292) at Module.load (node:internal/modules/cjs/loader:1205:32) at Module._load (node:internal/modules/cjs/loader:1021:12) at Module.require (node:internal/modules/cjs/loader:1230:19)...