mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
got mmap oss output working
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@20 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
a8f788111c
commit
4b86ff0e6c
17 changed files with 607 additions and 112 deletions
|
|
@ -26,8 +26,9 @@ struct sample_spec {
|
|||
|
||||
extern struct sample_spec default_sample_spec;
|
||||
|
||||
struct memblock *silence(struct memblock* b, struct sample_spec *spec);
|
||||
|
||||
struct memblock *silence_memblock(struct memblock* b, struct sample_spec *spec);
|
||||
void silence_memchunk(struct memchunk *c, struct sample_spec *spec);
|
||||
void silence_memory(void *p, size_t length, struct sample_spec *spec);
|
||||
|
||||
struct mix_info {
|
||||
struct memchunk chunk;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue