From cb9e860cde069d8d663bdb9520ae8a31068473bc Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Thu, 7 Jun 2018 22:53:19 -0700 Subject: [PATCH] Make stereoPan description a bit more understandable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d074e9aa..29b876fe 100644 --- a/README.md +++ b/README.md @@ -339,7 +339,7 @@ If a track matching the specified Type (and Value if appropriate) is unavailable Platforms: Android ExoPlayer, iOS #### stereoPan -The audio player’s stereo pan position. Any value between –1.0 and 1.0 is accepted. +Adjust the balance of the left and right audio channels. Any value between –1.0 and 1.0 is accepted. * **-1.0** - Full left * **0.0 (default)** - Center * **1.0** - Full right