Difference between revisions of "Code:CTC:sjasmplus"

From SpecNext official Wiki
Jump to: navigation, search
 
Line 1: Line 1:
  
A ZX 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
+
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
 
Basic running at the same time is NOT currently possible
Line 6: Line 6:
 
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 00:08, 2 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