summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sndfile-util.c
Commit message (Collapse)AuthorAgeFilesLines
* parecord: Automatically detect file format from extensionMaarten Bosmans2011-06-271-1/+1
| | | | And fix a small bug in pa_sndfile_format_from_string.
* Remove unnecessary #includesMaarten Bosmans2011-06-221-1/+0
|
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-6/+5
| | | | Only whitespace changes in here
* Correct wav file creation for 24/32 and 24 bits sample formats HSD=3669357Vincent Becker2011-02-221-2/+11
|
* Fix return value of pa_sndfile_format_from_stringVincent Becker2010-12-181-3/+3
| | | | This prevented to use pacat --file-format option correctly
* sndfile: fix build on BE archsv0.9.16-test1Lennart Poettering2009-06-231-1/+1
|
* sndfile: big rework of libsndfile interfacing codeLennart Poettering2009-05-261-0/+462
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.