Stream Pulse-Density-Modulation Sound on the Apple II
Go to file
Oliver Schmidt 56a5c00ba9 Explicitly check for the Uthernet II.
If we link against the default Ethernet combo library we can't access the device name before the initialization and we must check explicitly that we found an Uthernet II (with the W5100 chip we rely on here).
2020-05-12 23:10:56 +02:00
converter.c Added PDM converter. 2020-05-10 00:11:03 +02:00
LICENSE Initial commit 2020-05-09 22:40:15 +02:00
linenoise.c Added Stream-PDM client. 2020-05-09 23:49:05 +02:00
linenoise.h Added Stream-PDM client. 2020-05-09 23:49:05 +02:00
README.md Initial commit 2020-05-09 22:40:15 +02:00
stream-pdm.c Explicitly check for the Uthernet II. 2020-05-12 23:10:56 +02:00
stream.s Removed unnecessary zero page usage. 2020-05-12 23:01:21 +02:00
w5100_http.c Adjusted include path to external build. 2020-05-12 19:43:19 +02:00
w5100_http.h Added Stream-PDM client. 2020-05-09 23:49:05 +02:00
w5100.c Adjusted include path to external build. 2020-05-12 19:43:19 +02:00
w5100.h Added Stream-PDM client. 2020-05-09 23:49:05 +02:00

Stream-PDM

Stream Pulse-Density-Modulation Sound on the Apple II