menu
ziggurat package
documentation
sound.dart
SoundChannel
playSine abstract method
playSine abstract method
dark_mode
light_mode
playSine
abstract method
Wave
playSine
(
{
required
double
frequency
,
double
gain
=
0.7
,
})
Play a sine wave.
Implementation
Wave playSine({ required final double frequency, final double gain = 0.7, });
ziggurat package
documentation
sound
SoundChannel
playSine abstract method
SoundChannel class