#33: Implement setting for use_modern_audio_algo but not it does nothing right now.

This commit is contained in:
Bill Dengler
2015-05-12 17:18:30 -04:00
parent 92cd16bec9
commit 1b2b5913d1
4 changed files with 7 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ announce_stream_status = boolean(default=True)
retweet_mode = string(default="ask")
persist_size = integer(default=1764)
buffer_order = list(default=list('home','mentions','dm','sent_dm','sent_tweets','favorites','followers','friends','blocks','muted','events'))
autohandle_audio = boolean(default=True)
use_modern_audio_algo = boolean(default=True)
[sound]
volume = float(default=1.0)