Search found 2 matches

by bai-yi-bai
Thu Jun 09, 2022 5:08 am
Forum: Raspberry Pi microcontroller boards
Topic: Mimic PC Speaker Output (not Adlib or Sound Blaster)
Replies: 1
Views: 5530

Re: Mimic PC Speaker Output (not Adlib or Sound Blaster)

Update Here's what I found: I had incorrectly converted the hex values to frequencies. I'd forgotten that the value 0 = rest. I chose one sound chunk to experiment with, set aside all the audio header/data extraction code, and relocated the code to the Pico so I can more quickly test tuning the freq...
by bai-yi-bai
Mon Jun 06, 2022 10:37 am
Forum: Raspberry Pi microcontroller boards
Topic: Mimic PC Speaker Output (not Adlib or Sound Blaster)
Replies: 1
Views: 5530

Mimic PC Speaker Output (not Adlib or Sound Blaster)

Hello, I was encouraged to post here by Peter Hinch. I would like to make a library which plays all sorts of PC speakers sounds from DOS games (not Adlib or Sound Blaster), starting with Apogee Software's Wolfenstein 3d. Peter said, "The way I would approach this is to use the PIO to emulate the ori...