17 Commits

Author SHA1 Message Date
Alec Murphy 25e77543ad Update README.md 2021-12-17 23:02:58 -05:00
Alec Murphy da316b4ff6 Update README.md 2021-12-17 23:01:35 -05:00
Alec Murphy ffc88152dc Skip ID3v2 header in GetMP3BitRateAndSampleRate 2021-12-17 22:55:34 -05:00
Alec Murphy e72117d3b8 Fix typo 2021-12-17 21:24:26 -05:00
Alec Murphy 579d126fd8 Replace hard coded audio stream id 0 with @audio_get_available_output_stream 2021-12-17 21:22:08 -05:00
Alec Murphy 467000a0d8 Split @ac97_process_audio into separate Task 2021-12-17 21:15:22 -05:00
Alec Murphy e9ed2e69b3 Revert change which truncated ID3 tag->title 2021-12-17 21:08:21 -05:00
Alec Murphy 79bd881de9 Implement track position seeking 2021-12-17 19:00:44 -05:00
Alec Murphy 7a8054fe04 Fix playback not completely emptying FIFO; draw the track position bar 2021-12-17 18:30:18 -05:00
Alec Murphy 99ddc7283a Display source file bit rate and sample rate, mono/stereo; PlayerTask now streams to the Audio.output[].data FIFO to (eventually) allow seeking 2021-12-17 17:00:05 -05:00
Alec Murphy 33c44cf25e Update @drmp3_config class to reflect output channels/sample rate; pcm_buffer_ptr no longer needed as this version of dr_mp3.h returns correct pointer 2021-12-17 15:33:54 -05:00
Alec Murphy b17ec7b656 Launch TOSamp in its own separate Task, revert dr_mp3.h to version f6dbb2ef9e which includes built-in resampler 2021-12-17 14:34:57 -05:00
Alec Murphy 0db43c4d08 Add files to repository 2021-12-12 23:20:58 -05:00
Alec Murphy 04d6c9dad7 Update .gitignore 2021-12-12 23:20:09 -05:00
Alec Murphy 9d7dbcee37 Add dr_mp3.h 2021-12-11 15:20:09 -05:00
Alec Murphy f402f4b41a Add .gitignore 2021-12-11 15:18:16 -05:00
Alec Murphy f85812f0b3 Initial commit 2021-12-11 20:16:54 +00:00