Page 1 of 1

Panning

Posted: Sat Feb 10, 2018 4:16 pm
by teacherguy
I’ve searched the forums, but is it still true that we cannot pan audio files?

Re: Panning

Posted: Sat Feb 10, 2018 9:02 pm
by [-hh]
There are JavaScript audio-libs that have a method pan().
Yould could use that via a browser widget.

For example
https://p5js.org/reference/#/p5.SoundFile/pan

Re: Panning

Posted: Sun Feb 11, 2018 12:38 pm
by teacherguy
Thank you, I appreciate the tip.