-
Currently, we only support .wav files which are huge and uncompressed.
We can probably leverage some crates like:
[Symphonia](https://github.com/pdeljanov/Symphonia) - A variety of formats
[le…
-
**Abstract**
Columnar storage is a core component of a modern data analytics system. Although many database management systems (DBMSs) have proprietary storage formats, most provide extensive suppo…
-
Right now, exificient-gui seems to always need to generate grammars from an XSD file. This process seems to be a little bit slow, and xsd's don't typically change very frequently. Also, right now, if …
-
Great project! Thanks!
I would like to ask what you think is better to use: (less sound glitches, less decoding formats..etc)
1) The VS1053 to do all the steam decoding on all supported formats
2…
-
Related: #284
Our use of `Alternative` is something that sticks out to me as being insanely powerful, but we don't talk about it ever. We should add some documentation around this. Ideas:
- Decoding…
-
so a few of the formats (e.g. png, webp, gif) can be transformed into frames after decoding, but it looks like only the gif encoder has a convenient frames consumer method `.encode_frames`, but based …
-
While UASTC to ASTC transcoding is lossless, decoding UASTC to RGBA32 directly could produce slightly different results that going via UASTC->ASTC->RGBA32 route with the last step done in hardware.
…
-
It looks like Mozilla has started rolling out support for hardware HEVC decoding on Firefox (Windows) from version 120 Nightly/121+.
It's opt-in for now, in nightly HEVC is already enabled by defau…
-
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};
…
-
**What is your use-case and why do you need this feature?**
When encoding data as JSON, it's possible to write serialized data directly into an `OutputStream`, via [`Json.encodeToStream(Serializati…