diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-05-26 00:05:28 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-05-26 00:05:28 +0200 |
commit | 5c10b84e0f020de8a0d9f5adc6b0affbae4343cb (patch) | |
tree | 94ce7378484087092364ab362573e729c4d6cbaf /src/pulsecore/sound-file.h | |
parent | 759a9d0cc56c074567e0048fc0a1058bc179a101 (diff) |
sndfile: big rework of libsndfile interfacing code
This adds proper channel map handling when reading/writing audio files.
This allows surround .WAV files to be played with the right channel
setup automatically.
This also merges paplay into pacat and adds recording into formatted
files to pacat.
Diffstat (limited to 'src/pulsecore/sound-file.h')
-rw-r--r-- | src/pulsecore/sound-file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/sound-file.h b/src/pulsecore/sound-file.h index 34e02616..4dc0c7e1 100644 --- a/src/pulsecore/sound-file.h +++ b/src/pulsecore/sound-file.h @@ -26,7 +26,7 @@ #include <pulse/channelmap.h> #include <pulsecore/memchunk.h> -int pa_sound_file_load(pa_mempool *pool, const char *fname, pa_sample_spec *ss, pa_channel_map *map, pa_memchunk *chunk); +int pa_sound_file_load(pa_mempool *pool, const char *fname, pa_sample_spec *ss, pa_channel_map *map, pa_memchunk *chunk, pa_proplist *p); int pa_sound_file_too_big_to_cache(const char *fname); |