comparison Plugins/Input/console/Audacious_Driver.cpp @ 146:4309d2df6586 trunk

[svn] Display the amount of DSP channels in the kbps box.
author nenolod
date Thu, 10 Nov 2005 17:52:13 -0800
parents 8794a4781a15
children 6fe2bfbe6fc2
comparison
equal deleted inserted replaced
145:8794a4781a15 146:4309d2df6586
120 120
121 name = get_title(filename); 121 name = get_title(filename);
122 122
123 if (audcfg.loop_length) 123 if (audcfg.loop_length)
124 console_ip.set_info(name, audcfg.loop_length * 1000, 124 console_ip.set_info(name, audcfg.loop_length * 1000,
125 spc->voice_count(), 32000, 2); 125 spc->voice_count() * 1000, 32000, 2);
126 else 126 else
127 console_ip.set_info(name, -1, spc->voice_count(), 32000, 2); 127 console_ip.set_info(name, -1, spc->voice_count(), 32000, 2);
128 128
129 129
130 g_free(name); 130 g_free(name);