| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-29 | Use drflac instead of miniflac | jacqueline | |
| This one is fast as hell! Does seeking really good too. Thank u Doctor Flac. | |||
| 2024-02-28 | basic working flac and mp3 seeking | jacqueline | |
| flac impl is fairly slow as it doesn't use the seek tables; for some reason miniflac seems to get *really* upset if you seek the stream. | |||
| 2024-02-22 | WIP: Flac not working-- coming back to this later | ailurux | |
| 2024-02-16 | Merge branch 'main' into seek-support | ailurux | |
| 2024-02-15 | Added offset for track seeking, wav impl. only rn | ailurux | |
| 2024-02-14 | Cram one of the flac samples buffers into internal ram | jacqueline | |
| Can't quite fit the second... yet. Just one is a pretty reasonable speedup, though! Probably bc we're not hammering the spiram cache so hard. | |||
| 2023-12-19 | Add dither when requantising >16 bit samples | jacqueline | |
| 2023-12-19 | Fix sample::FromSigned to not shift by a negative amount | jacqueline | |
| 2023-12-19 | replace foxenflac with miniflac | jacqueline | |
| it's better! | |||
