Max Kellermann
|
97b844ec72
|
pcm_volume: changed PCM_VOLUME_1 to 1024
1024 is 2^10, and allows gcc to use bit shift operations instead of
multiplication / division.
|
2009-01-07 21:40:35 +01:00 |
|
Max Kellermann
|
04a2138b33
|
pcm: pass void pointers to PCM functions
In generic PCM functions allowing all sample formats, pass a void
pointer instead of a char pointer.
|
2009-01-07 19:00:02 +01:00 |
|
Max Kellermann
|
6768581c41
|
pcm_volume: rename pcm_dither() to pcm_volume_dither()
|
2009-01-07 18:08:26 +01:00 |
|
Max Kellermann
|
b7b5e3f9c3
|
pcm_prng: renamed prng() to pcm_prng()
|
2009-01-07 18:07:19 +01:00 |
|
Max Kellermann
|
9d0579996c
|
pcm_utils: moved code to pcm_volume.c
Moved the software volume code to a separate library.
|
2009-01-07 18:05:38 +01:00 |
|