Mercurial > audlegacy
changeset 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 |
files | Plugins/Input/console/Audacious_Driver.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Input/console/Audacious_Driver.cpp Thu Nov 10 17:51:04 2005 -0800 +++ b/Plugins/Input/console/Audacious_Driver.cpp Thu Nov 10 17:52:13 2005 -0800 @@ -122,7 +122,7 @@ if (audcfg.loop_length) console_ip.set_info(name, audcfg.loop_length * 1000, - spc->voice_count(), 32000, 2); + spc->voice_count() * 1000, 32000, 2); else console_ip.set_info(name, -1, spc->voice_count(), 32000, 2);