Q-Code User Manual
Ver. 7.0 2021/11/30
68
rate of original voice source must be typed in manually. Ex. PlayV(Ch0, $V0, 6K).
After the setting is OK, the content of [Voice File] will be generated in .qc program as below.
3.9.2.1 How to Play Files Processed by Q-
Sound
in
Q-Code
Simple methods are provided by
Q-Code
allowing user to use voice source with splitting function
enabled:
Step1: Add the voice file to be played to the dialog box of “Voice File” and check the “Split” feature.
Step2: Click
and configure the voice source to be split.
Step3: Issue the PlayV command in
Q-Code
.
Ex.
[Voice File]
V01 = C: \My
Q-Code
Projects\Prj1\voice1.nyw /s
; Parameter “/s” is attached to the voice
file indicating the use of “Split” feature.
(“/1” means factor is 1)
[Path]
PowerOn
: PlayV(ch1, $V01)
; For playing voice file of Label $V01”
only general PlayV command is needed.
System will automatically expand the
split file, and there is no extra actions
needed to be taken by user.
3.9.3 Action File
Action file consists of signal files used for playing, and the file extension of
action file is .vio. Please see the
Q-Visio
User Manual for details.
Ex.
[Action File]