tesselode

Results 17 issues of 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...

enhancement

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 {...

![image](https://user-images.githubusercontent.com/2637802/41187907-69946060-6b82-11e8-970a-d137a854b3e0.png) 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?