-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YARP Microphone
module should be deprecated
#891
Comments
👍 +1 |
👍 |
On a quick test with @randaz81, we saw that compilation of the module fails on Windows. On Linux it uses a deprecated version of linux driver. Furthermore, when I tried to run it the only output was:
I'll go forward to deprecated it in favor of portaudio. |
👍 |
Hi, As far as I remember, there are some linux packets (aoss or alsa-oss ?) to get /dev/dsp (belonging to the deprecated Anyway, the device driver used by our iCub already uses portaudio for the ear-microphones if I recall Cheers, On Thu, Oct 27, 2016 at 01:57:54AM -0700, Alberto Cardellino wrote:
Frederic ELISEI http://www.gipsa-lab.fr/~frederic.elisei/ |
Microphone
be deprecated?Microphone
module should be deprecated
For audio capture / play sounds the standard module in yarp is the portAudio device, but there is another device called Microphone in yarp/src/module with Windows and Linux implementation.
The linux implementation uses /dev/dsp device which is deprecated and replaced by ALSA (used by portaudio).
If portaudio is working well in windows then I suggest to deprecate the microphone device.
The text was updated successfully, but these errors were encountered: