The no_noise command can be used to disable the noise command. Here we play two words with noise, followed by two words without noise.

require "cw"

cw do
  use_ebook2cw
  noise
  word_count 2
  test_letters
  no_noise
  test_letters
end
Tags: commands