Symphonia icon indicating copy to clipboard operation
Symphonia copied to clipboard

Pure Rust multimedia format demuxing, tag reading, and audio decoding library

Results 110 Symphonia issues
Sort by recently updated
recently updated
newest added

There are some mismatches with FFmpeg when decoding MP3s from the [AMV Collection v6.0](https://nyaa.si/view/1356775) corpus, as suggested in the comments on the Symphonia v0.5 announcement on Reddit. This should give...

What is the status of work on the opus Codec? I see it marked as `next` in the readme, is there an ETA for release?

enhancement

[These files](https://mega.nz/file/E11A3T4R#u4DBzFZ9YgJ4Z4BOJhF8MzpKiOzq8E8LTwstUU17Vio) produce divergences from ffmpeg ranging from 0.6 to 2.0; at the same time the files are listenable, so I assume some sort of misalignment is happening. I could...

I can play the file with ffplay or the windows default decoder. I played the file in symphonia-play : the error occurs at line 370 of aac.rs. validate!( (self.window_sequence ==...

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

Are there plans to push for `#![no_std]` support in the future, specifically `core + alloc + libm`? By the looks of it, there are a couple of std calls that...

enhancement
help wanted

I could have missed where this data might show up, but taking some sample podcasts from [Mac Power Users](https://www.relay.fm/mpu). (e.g. https://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/secure/relaympu/mpu554.mp3) Dumping out tags from the `Metadata` gives me this...

Initial work for https://github.com/pdeljanov/Symphonia/issues/88. Apply equivalent 1 to 1 conversions. Dependencies `alloc` and `hashbrown` are added. These are also dependencies in `std`. This doesn't make any API or logic changes,...

Hello, Is there plans to make symphonia be able to encode PCM data into various codec/formats?

enhancement
help wanted

Uncompressed PCM data is sometimes stored in AIFF files rather than WAV. It would be nice to add support for this.

enhancement
help wanted