mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-27 08:56:52 -05:00
fix recording for simpel and esound protocols
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@54 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
863fb90d90
commit
cffc7768bd
22 changed files with 480 additions and 176 deletions
|
|
@ -42,7 +42,8 @@ int main(int argc, char *argv[]) {
|
|||
c = pa_core_new(pa_mainloop_get_api(mainloop));
|
||||
assert(c);
|
||||
|
||||
pa_module_load(c, "module-oss", "/dev/dsp");
|
||||
pa_module_load(c, "module-oss-mmap", "/dev/dsp");
|
||||
/* pa_module_load(c, "module-oss-mmap", "/dev/dsp1");*/
|
||||
/* pa_module_load(c, "module-pipe-sink", NULL);*/
|
||||
pa_module_load(c, "module-simple-protocol-tcp", NULL);
|
||||
/* pa_module_load(c, "module-simple-protocol-unix", NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue