How to handle tape file
Posted: Mon Jul 26, 2021 2:00 am
Sorry for the noob question but hoping that someone can give me some guidance. I've been making good progress on my first core for the Mister but trying to figure out the best way to do tape loading. I''d like to read a 16 bit wav file on the sd card. What happens once I select a file via my OSD config menu? Are the file contents sent via ioctl_dout to my core via the HPS? Do I have to store the file contents into sdram or can I just fetch a byte at a time from the HPS at the sample rate? Thanks in advance!