- France
- http://b-ma.fr
Block or Report
Block or report b-ma
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
Creative coding framework for distributed applications based on Web technologies.
-
orottier/web-audio-api-rs Public
A Rust implementation of the Web Audio API, for use in non-browser contexts
-
ircam-ismm/simple-components Public
Set of web components for audio interfaces and rapid prototyping
JavaScript 5
-
-
-
1,158 contributions in the last year
Contribution activity
January 2023
Created 101 commits in 13 repositories
Created a pull request in orottier/web-audio-api-rs that received 17 comments
Refactor analyser node
Hey,
This is quite a big PR regarding the AnalyserNode and what we discussed in #253:
use a thread-safe buffering queue (Arc<AtomicF32>
) to ship a…
Opened 2 other pull requests in 1 repository
orottier/web-audio-api-rs
2
merged
Reviewed 1 pull request in 1 repository
orottier/web-audio-api-rs
1 pull request
Created an issue in orottier/web-audio-api-rs that received 13 comments
AnalyzerNode API
Hey,
Trying to wrap the Analyzer I just ran on the fact that get_float_frequency_data
and get_float_time_domain_data
are both waiting for a Vec
whi…