I am currently using sound_generator flutter plugin
to play frequencies. It has a static function .setBalance
by which we can tell plugin to play that frequency in either left or right ear.
But I can only set balance for one frequency at a time. I want to play 132hz at left ear
and 135hz at right ear
.
Is there any way to do such?