Q-Code User Manual
Ver. 7.0 2021/11/30
164
4.5.5 StopV(Ch)
The command is to stop voice playing.
Ch:
voice channel to stop, stop all voice playing if omitted.
NY4 does not support Ch parameter.
NY5 / NY5+ support the voice channel Ch0 ~ Ch3.
NY6 supports the voice channel Ch0 ~ Ch5.
NY7 supports the voice channel Ch0 ~ Ch7.
NX1 supports the audio channel Ch0 ~ Ch3.
Note: NY9T does not support this command.
Ex.
PowerOn
: InputState
TR1: PlayV(ch0, $V0), PlayV(ch1, $V1), PlayV(ch2, $V2), PlayV(ch3, $V3)
TR3: StopV(0)
; Stop voice file playing in channel 0.
TR4: StopV(1)
; Stop voice file playing in channel 1.
TR5: StopV(2)
; Stop voice file playing in channel 2.
TR6: StopV(3)
; Stop voice file playing in channel 3.
TR7: StopV
; Stop voice file playing in all channels.
4.5.6 FreqCH = nK
This command can only be used during direct voice playback with voice label or filename, and it
cannot be used with PlayV command. To use this command, the playback speed command Freq=nK
must be issued once before play command, and then the following play command will use the
designated playback speed. (n=4K~44.1K)
CH:
Specify the voice channel.
NY4 does not support CH parameter.
NY5 / NY5+ support the voice channel Ch0 ~ Ch3.
n:
playback speed. n=4K~44.1K (Refer to
Note: NY5+ / NY6 / NY7 / NY9T / NX1 do not support this command.
Ex.
Freq=10k, $V0, $V0
4.5.7 V_Chx_Vol = n / V_Chx_Vol = Xi
Modify the channel volume of the playing voice. The range of channel volume is 0~255, which can be
immediate value or controlled by Xi. n=0 means the voice channel is mute, while n=255 means keep
the voice channel volume as maximum.
Chx:
Specify the voice channel.