Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - serdnar

Pages: [1]
1
Audio / Audio output only on one channel
« on: July 07, 2020, 03:31:02 pm »
Hey,
I try to bring a SoundBuffer to only one channel (stereo left/right).
I tryed the following:
  • create it wich two channels, only fill in every second value. -> sound is still on both ears.
  • using setPosition(-1, 0, 0); to move the sound to left. -> still some sound (but more quiet) on the right ear
Is there any possibillity to split Buffers to different channels without impacting the other channel? Some low level functionality?
Thanks

Pages: [1]