(struct sound): Renamed from struct sound_file.
authorGerd Moellmann <gerd@gnu.org>
Tue, 4 Jan 2000 14:45:08 +0000 (14:45 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 4 Jan 2000 14:45:08 +0000 (14:45 +0000)
commitd1299cdeca76c0caa51fda0c9c30b804c3c7e998
treeb0db743bbc3bf8147065f20e00db417e69417b36
parentfc91dc2d13870ab95bf81ec7b228227249e02a19
(struct sound): Renamed from struct sound_file.
(struct sound): Add members `data' and `header_size'.
(enum sound_attr): Add SOUND_DATA.
(current_sound, current_sound_device): Variables renamed from
sound_file and sound_device.
(parse_sound): Parse :data.
(parse_sound): Handle sound data in strings.
(find_sound_type): Function renamed from find_sound_file_type.
(wav_init, au_init): Fail if sound's header_size is smaller than
needed header size.
(wav_play, au_play): Play sounds from string data.
src/ChangeLog
src/sound.c