dedobbin

Results 17 comments of dedobbin

I'm working on a feature that allows this. It still loads all raw data to RAM, but only decodes the part you need. Is that acceptable in your case? You...

I'm giving it a shot to implement this

I'm willing to give this a shot. So far i've been successful in understanding the general structure of the project and am capable of working on features by going off...

Ran into the same issue. Seems to have to do with the way lambdas callbacks (for server.on) capture the PROGMEM variables. Making the PROGMEM variables global in the file instead...

Hey! Been some time, sorry about that. In `symphonia-codec-aac/src/adts.rs` i added `.with_time_base(TimeBase::new(1, header.sample_rate))` but this was not enough. `.with_n_frames(n_frames);` is also necessary, the trouble is here that each frame has...

As we discussed, the current solution for working with BE encoded files that have a smaller coded width than sample width is correct. symphonia-check will fail on specific 12bit AIFF...

Could you share the file that caused this issue? I'm curious to see if it is indeed an underlying issue. Also i think if we roll with this, the println!...

I can imagine there are situations where you want to see the data, but you can always just print the .data member. So yeah makes sense and lgtm

I understand the need and it seems definitely valid, but i think it would be a better fit for metadata? It would involve mapping the metadata to individual tracks though,...

Alright. As discussed, it now guarantees being rewindable , getting rid of the nasty panic and making it possible to set a max bytes to sample the approximate frames