summaryrefslogtreecommitdiff
path: root/plugins/gtkui/deadbeef.glade
diff options
context:
space:
mode:
authorGravatar Eugene Rudchenko <rei@starrain.org>2013-08-23 11:56:36 +0300
committerGravatar waker <wakeroid@gmail.com>2013-08-24 22:42:19 +0200
commit3186518f459ed8547361c71d6dba3ea42e5112b5 (patch)
tree20154c0709dc51155f6d5404f58ea40c8e5793ef /plugins/gtkui/deadbeef.glade
parent4cfa42c8d2e50f2c2ddf9af83013c9761a8dcc6d (diff)
Add option to convert 16 bit audio to 24 bit
Conflicts: plugins/gtkui/callbacks.h streamer.c
Diffstat (limited to 'plugins/gtkui/deadbeef.glade')
-rw-r--r--plugins/gtkui/deadbeef.glade19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/gtkui/deadbeef.glade b/plugins/gtkui/deadbeef.glade
index bbb7ccf9..7b23fb8b 100644
--- a/plugins/gtkui/deadbeef.glade
+++ b/plugins/gtkui/deadbeef.glade
@@ -2571,6 +2571,25 @@ Right</property>
<property name="fill">False</property>
</packing>
</child>
+ <child>
+ <widget class="GtkCheckButton" id="convert16to24">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label" translatable="yes">Always convert 16 bit audio to 24 bit</property>
+ <property name="use_underline">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
+ <property name="active">False</property>
+ <property name="inconsistent">False</property>
+ <property name="draw_indicator">True</property>
+ <signal name="toggled" handler="on_convert16to24_toggled" last_modification_time="Fri, 22 Aug 2013 17:25:44 GMT"/>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
</widget>
<packing>
<property name="tab_expand">False</property>