示例#1
0
func SampleSilence() s.Sound {
	// Includes: TimedSound
	return s.NewTimedSilence(2000.0)
}
示例#2
0
文件: demo.go 项目: mantyr/go-sound
// The Sound of silence for quaverCount quavers
func rest(quaverCount float64) s.Sound {
	return s.NewTimedSilence(q * quaverCount)
}