ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/bin/cfplus
(Generate patch)

Comparing deliantra/Deliantra-Client/bin/cfplus (file contents):
Revision 1.228 by root, Mon Oct 8 16:10:14 2007 UTC vs.
Revision 1.229 by root, Mon Oct 8 17:01:03 2007 UTC

903 903
904sub audio_tab_update { 904sub audio_tab_update {
905 my ($freq, $format, $chans) = CFPlus::Mix_QuerySpec; 905 my ($freq, $format, $chans) = CFPlus::Mix_QuerySpec;
906 906
907 $AUDIO_HW_CHUNKSIZE->set_options ([ 907 $AUDIO_HW_CHUNKSIZE->set_options ([
908 [0, "default", "system default"],
908 map { 909 map {
909 my $ms = sprintf "%dms", 1000 * $_ / $CFG->{audio_hw_frequency}; 910 my $ms = sprintf "%dms", 1000 * $_ / $CFG->{audio_hw_frequency};
910 [$_, $ms, "$ms ($_ samples)"], 911 [$_, $ms, "$ms ($_ samples)"],
911 } 256, 512, 1024, 2048, 4096, 8192, 16384, 32768 912 } 256, 512, 1024, 2048, 4096, 8192, 16384, 32768
912 ]); 913 ]);
2352 stat_fontsize => 0.7, 2353 stat_fontsize => 0.7,
2353 mapsize => 100, 2354 mapsize => 100,
2354 audio_enable => 1, 2355 audio_enable => 1,
2355 audio_hw_channels => 2, 2356 audio_hw_channels => 2,
2356 audio_hw_frequency => 22050, 2357 audio_hw_frequency => 22050,
2357 audio_hw_chunksize => 2048, 2358 audio_hw_chunksize => 0,
2358 audio_mix_channels => 8, 2359 audio_mix_channels => 8,
2359 effects_enable => 1, 2360 effects_enable => 1,
2360 effects_volume => 1, 2361 effects_volume => 1,
2361 bgm_enable => 1, 2362 bgm_enable => 1,
2362 bgm_volume => 0.5, 2363 bgm_volume => 0.5,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines