tesselode
tesselode
I created a blank Android app to test this library. In it, I have a very simple `MmsReceiver` class: ```java public class MmsReceiver extends MmsReceivedReceiver { @Override public void onMessageReceived(Context...
I wrote a script that decodes the first packet of a variety of audio files and reports what kind of `AudioBufferRef` the decoder returns: ```rust use std::{error::Error, fs::File, path::Path}; use...
Currently, TypeScript is not able to recognize `event.target.value` in an Input component's `onChange` event. When I changed the typings in node_modules so that the Input props were of type HTMLInputElement,...
I made a small test script that adds and removes elements from an `IndexMap`: ```rust use indexmap::IndexMap; fn main() { let mut map = IndexMap::with_capacity(10); for i in 0..1000 {...
 Clicking the "external editor" button in Renoise, which is supposed to open the plugin window, does nothing for Regrader. The effect still works, and parameters can be tweaked from...
`Effect::init` is called on the audio thread. It shouldn't be.
Symphonia is the best Rust library I know of for decoding audio. Is there any way I can support you financially for your work? Perhaps with GitHub Sponsors?