summaryrefslogtreecommitdiff
path: root/axfer/container-riff-wave.c
Commit message (Collapse)AuthorAgeFilesLines
* axfer: remove unused variable warningsJaroslav Kysela2019-05-271-1/+0
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* axfer: add support for a container of Microsoft/IBM RIFF/Wave formatTakashi Sakamoto2018-11-131-0/+575
This commit adds support for data of Microsoft/IBM RIFF/Wave format. In this data format, values in each of field are encoded in both bit/little byte order but inner a file the same order is used. Magic bytes in the beginning of data indicated which byte order is used for the file. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>