]> code.delx.au - pulseaudio/commit
* add µlaw/alaw support
authorLennart Poettering <lennart@poettering.net>
Sat, 20 Nov 2004 16:23:53 +0000 (16:23 +0000)
committerLennart Poettering <lennart@poettering.net>
Sat, 20 Nov 2004 16:23:53 +0000 (16:23 +0000)
commit5f647c8fef33f35210d550ad1477ef43520b32a3
treec6eb28bbbca0966dede1d7635f67b471fef06924
parent8641af3c6d11e3e6710cb946e9a93d0e9f639519
* add µlaw/alaw support
* abstracted resampler API
* add integer-only resampler ("trivial")
* show used resampler wherever useful
* add mixing/volume adjusting for float32ne and u8

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@294 fefdeb5f-60dc-0310-8127-8f9354f1896f
28 files changed:
doc/todo
polyp/Makefile.am
polyp/cli-text.c
polyp/core.c
polyp/core.h
polyp/daemon-conf.c
polyp/g711.c [new file with mode: 0644]
polyp/g711.h [new file with mode: 0644]
polyp/pactl.c
polyp/polyplib-introspect.c
polyp/polyplib-introspect.h
polyp/protocol-native.c
polyp/pstream-util.c
polyp/resampler.c
polyp/resampler.h
polyp/sample-util.c
polyp/sconv-s16be.c
polyp/sconv-s16be.h
polyp/sconv-s16le.c
polyp/sconv-s16le.h
polyp/sconv.c
polyp/sconv.h
polyp/sink-input.c
polyp/sink-input.h
polyp/source-output.c
polyp/source-output.h
polyp/util.c
polyp/util.h