mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-18 06:59:57 -05:00
add resampling
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@45 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
13b35a2489
commit
741aa44ffc
26 changed files with 251 additions and 115 deletions
12
src/main.c
12
src/main.c
|
|
@ -38,15 +38,15 @@ int main(int argc, char *argv[]) {
|
|||
c = core_new(pa_mainloop_get_api(mainloop));
|
||||
assert(c);
|
||||
|
||||
module_load(c, "module-oss-mmap", "/dev/dsp1");
|
||||
/* module_load(c, "module-pipe-sink", NULL);
|
||||
module_load(c, "module-oss-mmap", "/dev/dsp");
|
||||
/* module_load(c, "module-pipe-sink", NULL);*/
|
||||
module_load(c, "module-simple-protocol-tcp", NULL);
|
||||
module_load(c, "module-simple-protocol-unix", NULL);
|
||||
/* module_load(c, "module-simple-protocol-unix", NULL);
|
||||
module_load(c, "module-cli-protocol-tcp", NULL);
|
||||
module_load(c, "module-cli-protocol-unix", NULL);
|
||||
module_load(c, "module-native-protocol-tcp", NULL);
|
||||
module_load(c, "module-native-protocol-unix", NULL);*/
|
||||
module_load(c, "module-esound-protocol-tcp", NULL);
|
||||
module_load(c, "module-native-protocol-tcp", NULL);*/
|
||||
module_load(c, "module-native-protocol-unix", NULL);
|
||||
/* module_load(c, "module-esound-protocol-tcp", NULL);*/
|
||||
module_load(c, "module-cli", NULL);
|
||||
|
||||
fprintf(stderr, "main: mainloop entry.\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue