OSDN Git Service

axfer: add support for a container of Microsoft/IBM RIFF/Wave format
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 13 Nov 2018 06:41:16 +0000 (15:41 +0900)
committerTakashi Iwai <tiwai@suse.de>
Tue, 13 Nov 2018 11:04:22 +0000 (12:04 +0100)
commit6667fe3a76fca2b15808b5008b965f93914f63ad
treec7e0ecb1b4118132841536d86b811e145f725837
parentf330d920bfee4b121daf865d69492050cfb38ec1
axfer: add support for a container of Microsoft/IBM RIFF/Wave format

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>
axfer/Makefile.am
axfer/container-riff-wave.c [new file with mode: 0644]
axfer/container.c
axfer/container.h