You know looking briefly though the source code it does not look like there is microphone support(sadly). Stas Sergeev(who is here on Source-forge) seems to have written a lot of it, so if your still interested you might want to send him an email. (to find out for sure)
Last edit: Jamie Marchant 2014-01-06
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is no need to write me anything
because I am subscribed to this tracker.
dosemu currently has 2 sound engines.
The old one uses OSS (which is extinct
these days on linux), but has some recording
support. The new one uses SDL and has
no recording support, and is overall not
very complete.
So the short answer is that there is no
microphone support.
Patches welcome.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You know looking briefly though the source code it does not look like there is microphone support(sadly). Stas Sergeev(who is here on Source-forge) seems to have written a lot of it, so if your still interested you might want to send him an email. (to find out for sure)
Last edit: Jamie Marchant 2014-01-06
There is no need to write me anything
because I am subscribed to this tracker.
dosemu currently has 2 sound engines.
The old one uses OSS (which is extinct
these days on linux), but has some recording
support. The new one uses SDL and has
no recording support, and is overall not
very complete.
So the short answer is that there is no
microphone support.
Patches welcome.
I added the recording support to the
new sound code, and created a demo
recording plugin:
https://sourceforge.net/p/dosemu/code/ci/devel/tree/src/plugin/demo/snd_i_pipe.c
For microphone support, it should be
enriched with the code from this example:
https://gist.github.com/albanpeignier/104902
Should be a nice task for those who wants
to do their first contribution. :)