Stream Pulse-Density-Modulation Sound on the Apple II
Go to file
Oliver Schmidt 4431208714 Added sample audio files.
- Original MP3 (CC BY-NC-SA 3.0 US)
- A2 Stream generated by converter
- STR.PDM output recorded as MP3
2020-05-14 23:13:23 +02:00
LICENSE Initial commit 2020-05-09 22:40:15 +02:00
README.md Added build instructions. 2020-05-13 00:44:25 +02:00
The Ghost In Your Piano - Climb (Apple II).mp3 Added sample audio files. 2020-05-14 23:13:23 +02:00
The Ghost In Your Piano - Climb (Original).mp3 Added sample audio files. 2020-05-14 23:13:23 +02:00
The Ghost In Your Piano - Climb.a2stream Added sample audio files. 2020-05-14 23:13:23 +02:00
converter.c Added PDM converter. 2020-05-10 00:11:03 +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
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.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
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

README.md

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