Difference between revisions of "Code:CTC:sjasmplus"
From SpecNext official Wiki
(Created page with " A ZX Next dotcommand - Playback 8-Bit 31250 Stereo PCM files Uses the CTC timers to playback HiFI pcm files can be found here https://github.com/em00k/playwav32 Basic runnin...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | A | + | A NextZX dot command source for playing back 8-Bit 31250 Stereo PCM files that uses the CTC timers can be found here : https://github.com/em00k/playwav32 |
− | Basic running at the same time is NOT | + | Basic running at the same time is NOT currently possible |
Convert a normal WAV file to the following format : | Convert a normal WAV file to the following format : | ||
− | 8 Bit 31250 Hz Stereo | + | 8 Bit 31250 Hz Stereo |
Save this file as raw / pcm data then use : | Save this file as raw / pcm data then use : | ||
− | .playwav32 myfile.raw | + | .playwav32 myfile.raw |
Latest revision as of 23:08, 1 July 2022
A NextZX dot command source for playing back 8-Bit 31250 Stereo PCM files that uses the CTC timers can be found here : https://github.com/em00k/playwav32
Basic running at the same time is NOT currently possible
Convert a normal WAV file to the following format :
8 Bit 31250 Hz Stereo
Save this file as raw / pcm data then use :
.playwav32 myfile.raw