The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Audio (left/ right) balance possible ?
10-23-2019, 07:45 AM (This post was last modified: 10-28-2019 04:38 PM by dazemu.)
Post: #1
Audio (left/ right) balance possible ?
Aloha,


Many phones support stereo-audio but suffer from not having 2 identical speakers (misusing the crappy earpiece) so the panorama is not really well-balanced.

I made a little .dsp for Retroarch and it works - perfectly centered panorama on my OP7t and prolly many other devices using a 2nd speaker:

filters = 1
filter0 = panning
panning_left_mix = "1.0 0.0"
panning_right_mix = "0.0 0.55"

Too bad the ppsspp-core crashes a lot (on exit at least) and isn't as fast as the standalone version. Android 10 has an audio-balance setting now (at least on my device) BUT PPSSPP doesn't make use of it. I guess it's not routing audio through the respective mixerpath ...

So I wonder if it's possible to change the audio-balance in the standalone version ?
I didn't find any .ini settings though.

Could a simple balance-slider (or just an .ini setting) be added to the standalone-version ?

- added to feature-requests.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Audio (left/ right) balance possible ? - dazemu - 10-23-2019 07:45 AM

Forum Jump: