-
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…
-
RISC-V "V" Vector Extension (shorten as `RVV`) is the instruction extension that introduces vector process capabilities to RISCV.
The staged goal of this issue is to explore the possibility to run…
-
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…
-
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.
…
-
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…
-
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};
…
-
### Todo
- [ ] Along with full size images, generate _lighter_ versions of big pictures (and a link from the smaller one to the original). Parameter to configure the size after which optimized vers…
-
I'm having trouble decoding jpeg images
```dart
Future insereImage(int autorId, File imageFile,
{DateTime? data, String? legenda, String? siteUrl}) async {
final basePath = basePathUploa…
-
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 …