Stream Pulse-Density-Modulation Sound on the Apple II
Go to file
Oliver Schmidt 6bd1047a7d Removed unnecessary static-locals.
In this file there's no access to the W5100 auto-increment registers so there's no need for the special compiler settings. However, with "true" local variables the buffer to read the HTTP header into is better not placed in a local variable.

Note: The heap manager was already active before as both linenoise and the file I/O use it.
2020-05-12 23:07:23 +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 Removed unnecessary static-locals. 2020-05-12 23:07:23 +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