Skip to content

Commit

Permalink
Replace 'mp3' word with 'aac' (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
kholia authored Feb 9, 2025
1 parent b12953a commit d7ca2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/PlayAACROM/PlayAACROM.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Plays a small AAC file from ROM asynchronously with a single call.
// Hook up an I2S DAC bclk=0; lrclk=1, data=2
//
// Generate the ROM file by using "xxd -i file.mp3 file.h" and then
// Generate the ROM file by using "xxd -i file.aac file.h" and then
// editing the output header to make the array "const" so it stays
// only in flash.
//
Expand Down

0 comments on commit d7ca2f4

Please sign in to comment.