Displaying 3 results from an estimated 3 matches for "hmainwindow".
Did you mean:
mainwindow
2000 Jun 20
3
WinAmp Plugin
Hi,
I downloaded afew off files from the site (www.vorbis.com) and also
downloaded the winamp plugin (dll file), but I am unable to play the off files.
--
Ramakrishnan.M | Phone : (+91-80)-5099132
DSP Applications Group, Texas Instruments | email : rkrishnan@ti.com
Bangalore, India | rkrishnan_m@yahoo.com
---
2004 Sep 10
0
http streaming in the xmms plugin
...c_cfg.output.resolution.replaygain.dither) {
if(flac_cfg.output.resolution.replaygain.bps_out == 8) {
file_info_.sample_format = FMT_U8;
file_info_.sample_format_bytes_per_sample = 1;
***************
*** 231,237 ****
else {
/*@@@ need some error here like wa2: MessageBox(mod_.hMainWindow, "ERROR: plugin can only handle 8/16-bit samples\n", "ERROR: plugin can only handle 8/16-bit samples", 0); */
fprintf(stderr, "libxmms-flac: can't handle %d bit output\n", flac_cfg.output.resolution.replaygain.bps_out);
! safe_decoder_finish_(decoder_);...
2017 Jan 19
4
[PATCH] Fix cppcheck warnings
...}
}
diff --git a/src/plugin_xmms/plugin.c b/src/plugin_xmms/plugin.c
index d84d53c..94fbae5 100644
--- a/src/plugin_xmms/plugin.c
+++ b/src/plugin_xmms/plugin.c
@@ -324,7 +324,7 @@ void FLAC_XMMS__play_file(char *filename)
}
else {
/*@@@ need some error here like wa2: MessageBox(mod_.hMainWindow, "ERROR: plugin can only handle 8/16-bit samples\n", "ERROR: plugin can only handle 8/16-bit samples", 0); */
- fprintf(stderr, "libxmms-flac: can't handle %d bit output\n", stream_data_.bits_per_sample);
+ fprintf(stderr, "libxmms-flac: can't handle %...