thestk / rtaudio

A set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO, and WASAPI) operating systems.
Other
1.49k stars 318 forks source link

When OSS is selected it prints warnings: RtApiOss::getDeviceInfo: device (pcm0:play:dsp0.p0) data format not supported by RtAudio. #359

Open yurivict opened 2 years ago

yurivict commented 2 years ago
RtApiOss::getDeviceInfo: device (pcm0:play:dsp0.p0) data format not supported by RtAudio.

RtApiOss::getDeviceInfo: device (pcm0:virtual:dsp0.vp0) data format not supported by RtAudio.

RtApiOss::getDeviceInfo: device (pcm1:play:dsp1.p0) data format not supported by RtAudio.

RtApiOss::getDeviceInfo: device (pcm1:virtual:dsp1.vp0) data format not supported by RtAudio.

RtApiOss::getDeviceInfo: device (pcm2:play:dsp2.p0) data format not supported by RtAudio.

RtApiOss::getDeviceInfo: device (pcm2:virtual:dsp2.vp0) data format not supported by RtAudio.

RtApiOss::getDeviceInfo: device (pcm2:virtual:dsp2.vp1) data format not supported by RtAudio.

RtApiOss::getDeviceInfo: device (pcm2:virtual:dsp2.vp2) data format not supported by RtAudio.

RtApiOss::getDeviceInfo: device (pcm2:virtual:dsp2.vp3) data format not supported by RtAudio.

RtApiOss::getDeviceInfo: device (pcm2:virtual:dsp2.vp4) data format not supported by RtAudio.

RtApiOss::getDeviceInfo: device (pcm3:play:dsp3.p0) data format not supported by RtAudio.

RtApiOss::getDeviceInfo: device (pcm3:virtual:dsp3.vp0) data format not supported by RtAudio.

RtApiOss::getDeviceInfo: device (pcm4:play:dsp4.p0) data format not supported by RtAudio.

RtApiOss::getDeviceInfo: device (pcm4:virtual:dsp4.vp0) data format not supported by RtAudio.

RtApiOss::getDeviceInfo: device (pcm5:play:dsp5.p0) data format not supported by RtAudio.

RtApiOss::getDeviceInfo: device (pcm5:virtual:dsp5.vp0) data format not supported by RtAudio.

RtApiOss::probeDeviceOpen: device (pcm0:play:dsp0.p0) is busy.

It should at least say what format isn't supported.

Version: 5.2.0 FreeBSD 13.1

garyscavone commented 2 years ago

Please test with latest updates. I have no way to test OSS.

garyscavone commented 1 year ago

Any updates here? I cannot test the OSS API. If there is no response, I'll close this.