-
According to the [spec](https://developer.mozilla.org/en-US/docs/Web/API/AudioListener/positionX) such properties as `AudioListener::positionX` must be of type `AudioParam` with gettable/settable `val…
-
I've been thinking about language bindings.
@modulesio has started a node binding. I notice that the binding is at root, in a directory called lib. I suspect that this is a gyp convention on where …
-
## My System:
Ubuntu 18.04 LTS
VirtualBox
Fully updated OS
Node v10.4.1
## Scenario
When using `./exokit.sh -h`:
Error:
`node: symbol lookup error: /home/chris/Downloads/exokit-master/bu…
-
We have initial `WebAudio` hooked up on desktop, including microphone, but that's not the case on ML.
The API is pretty clean and compatible, just the buffer streaming bridge needs to be implemente…
avaer updated
6 years ago
-
Hi. I'm trying to fire-off a cmake on macOS and run immediately into cmake errors. Same goes when I try to fire-off cmake on Debian 9 or CentOS 7. I fire-off the cmake by issuing "cmake ." at the clon…
-
https://webvr.soundboxing.co
Spent a few hours trying to narrow it down. It creates a sound pool (50 audio objects of a sound), which the initialization of hangs Exokit. Either the network or audio…
-
**Describe the bug**
What happened, and what did you expect to happen?
When I try to run a locally built version of exokit, it error's out with the following:
```
C:\Users\Mauve\programming\…
-
https://speech-polyfill.azurewebsites.net/
While verifying #484 using #477,
some debugging indicates that things are working until recognition.stop() is called,
which tries to destroy the audio c…
-
What was the thinking on going with RtAudio vs. PortAudio as a base layer?
-
Perhaps I'm misinterpreting the purpose of the "reset" function on the AudioScheduledSourceNode. I have a SampledAudioNode that I'm hoping to re-use after playing once. Something like
```
auto bus…