Closed GoogleCodeExporter closed 9 years ago
>Try this patch.
Then the program doesn't show the same error above. but when pushing
'play' button, the application quits itself with a sequence of messages
|OutputOSS: unsupported audio format
|ASSERT: "m_chan == 0" in file qmmpaudioengine.cpp, line 329
|Abort
before playing an audio item.
Original comment by liangtai.s4@gmail.com
on 14 Jul 2011 at 2:37
I'm sorry. This patch is broken. Try new one please.
Original comment by trialuser02
on 18 Jul 2011 at 7:32
Attachments:
Thank you more!
I applied the second patch. Unfortunately, QMMP fails again
and shows messages as follows:
|OutputOSS: ioctl SNDCTL_DSP_SETFMT failed: Invalid argument
|ASSERT: "m_chan == 0" in file qmmpaudioengine.cpp, line 329
|Abort
As an additional information, I found the OSS4 plugin also
fails with a sequence of quite identical messages to the above
except that begins with OutputOSS4:
|OutputOSS4: ioctl SNDCTL_DSP_SETFMT failed: Invalid argument
|ASSERT: "m_chan == 0" in file qmmpaudioengine.cpp, line 329
|Abort
Original comment by liangtai.s4@gmail.com
on 20 Jul 2011 at 5:49
I confirm that the OSS (and OSS4) plugin doesn't work under FreeBSD (in my case
9.0-RC3), it doesn't crash rather it plays noise. Null output plugin seems to
play correctly, as guessed by the spectrum analyzer.
Original comment by yks....@gmail.com
on 21 Dec 2011 at 12:53
I confirm that OSS/OSS4 plugin does not accept default sound device /dev/dsp
(FreeBSD 10.0-CURRENT). To get it working I need to explicitly define a virtual
channel like /dev/dsp1.vp0 or so.
Please fix it!
Original comment by artjom.g...@gmail.com
on 9 Feb 2012 at 11:59
Now both of 0.5.5-r2710 and 0.6-r2710 perfectly work with OSS4 plugin, that
means I believe r2698, and r2699 for trunk/ resolved this problem, as well
as r2672, r2673, r2674, and r2675 for branches/qmmp-0.5 do.
built with: FreeBSD-9.0-STABLE / clang++
Thank you, very happy!
Original comment by liangtai.s4@gmail.com
on 8 Apr 2012 at 8:27
Original comment by trialuser02
on 29 Jun 2012 at 2:00
Original issue reported on code.google.com by
liangtai.s4@gmail.com
on 10 Jul 2011 at 6:51