Stream Pulse-Density-Modulation Sound on the Apple II
Go to file
2020-05-13 00:44:25 +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 Added build instructions. 2020-05-13 00:44:25 +02:00
stream-pdm.c Allow to read error messages. 2020-05-13 00:16:52 +02:00
stream-pdm.dsk Added a ready-to-run disk image. 2020-05-13 00:22:32 +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

To built Stream-PDM:

  • Get cc65
  • Get IP65 and place it in a subdirectory ip65
  • Enter cl65 -t apple2enh -Or -I ip65 -D SINGLE_SOCKET stream-pdm.c stream.s w5100_http.c w5100.c linenoise.c ip65/ip65.lib ip65/ip65_apple2.lib