Skip to content

Commit

Permalink
raise default output volume. Seealso #13
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Apr 15, 2019
1 parent 1c2c614 commit 22bcdb2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class FluidsynthMidiReceiver// float or 16bits
settings = Settings ()
settings.getEntry (ConfigurationKeys.SynthThreadSafeApi).setIntValue (0) // See https://github.com/atsushieno/fluidsynth-midi-service-j/issues/7
val manager = context.getSystemService (Context.AUDIO_SERVICE) as AudioManager
settings.getEntry (ConfigurationKeys.SynthGain).setDoubleValue (0.5) // See https://github.com/atsushieno/fluidsynth-midi-service-j/issues/7
//settings.getEntry (ConfigurationKeys.AudioDriver).setStringValue ("opensles")
//settings.getEntry (ConfigurationKeys.AudioSampleFormat).setStringValue ("float")
//settings.getEntry ("audio.oboe.sharing-mode").setStringValue("Exclusive")
Expand Down

0 comments on commit 22bcdb2

Please sign in to comment.