Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-16 | Player: Hide volume slider after 3 sec idle time | Jaakko Keränen | |
2020-10-15 | Player: Parsing Vorbis and MP3 metadata | Jaakko Keränen | |
2020-10-14 | Player: Volume adjustment UI | Jaakko Keränen | |
2020-10-09 | Cleanup | Jaakko Keränen | |
Moved buffers out of player.c. Include MIME type with the data so the correct decoder can be chosen. Added stb_vorbis: https://github.com/nothings/stb | |||
2020-10-09 | Fixed memory leak on tab close | Jaakko Keränen | |
The DocumentWidget was not actually deleted when a tab was closed, only hidden. | |||
2020-10-08 | Player: Total input size | Jaakko Keränen | |
2020-10-07 | Drawing an audio player UI | Jaakko Keränen | |
2020-10-04 | Working on audio playback | Jaakko Keränen | |
Audio players are displayed the same way as images. When playing, a decoder runs in a background thread producing samples suitable for output. | |||
2020-10-01 | Player: Setting up the audio output | Jaakko Keränen | |
2020-09-29 | Added stub for audio player | Jaakko Keränen | |