Q-Code User Manual
Ver. 7.0 2021/11/30
269
Ex. NY7A
[Path]
TR1: AudioMode=DAC
; Set as DAC output.
TR2: AudioMode=PWM
; Set as PWM output.
TR3: PlayV(Ch0, $V0)
; Play voice files.
Ex. NY7B/NY7C
[Path]
TR1: AudioMode=DAC
; Set as DAC output.
TR2: AudioMode=PP
; Set as Push-Pull output.
TR3: PlayV(Ch0, $V0)
; Play voice files.
4.31.19 NoiseFilter_ON(Ch)
Enable the noise filter function.
Ch:
The audio channel. If user doesn’t specified the channel,
Q-Code
will enable the noise filter
function on all audio channels.
NY6 supports 0 ~ 5 or Ch0 ~ Ch5.
NY7 / NX1 do not support the specified channel.
Note:
1. NY4 / NY5 / NY5+ / NY9T do not support this command.
2. If opens the noise filter function, it stays open until closedown.
3. The NoiseFilter_OFF function can’t work when user plays any voice.
4. The default is set as On.
4.31.20 NoiseFilter_OFF
Disable the noise filter function.
Ch:
The audio channel. If user doesn’t specified the channel,
Q-Code
will close the noise filter function
on all audio channels.
NY6 supports 0 ~ 5 or Ch0 ~ Ch5.
NY7 / NX1 do not support the specified channel.
Note:
1. NY4 / NY5 / NY5+ / NY9T do not support this command.
2. If opens the noise filter function, it stays open until closedown.
3. The NoiseFilter_OFF function can’t work when use plays any voice.
Ex.
When the sounds issue noises, user can open the Noise Filter function to reduce noises.
[Path]