]> git.alsa-project.org Git - tinycompress.git/commit
wave: Separate wave functions to wave file
authorDaniel Baluta <daniel.baluta@nxp.com>
Thu, 7 Jan 2021 18:36:22 +0000 (20:36 +0200)
committerDaniel Baluta <daniel.baluta@nxp.com>
Thu, 21 Jan 2021 15:42:30 +0000 (17:42 +0200)
commitd6aa3e9b193865069d309815bbecde4a0ddc12bc
tree075331978d9e6a2427a215b8d3c489181203b9c0
parentd67cdffeaba03b6aaf91c109e3cb46a52fc58b0a
wave: Separate wave functions to wave file

Move all related wave functions from crecord to their own wave.c
file.

This helps organizing the code so that both cplay/crecord can
use wave functions.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
include/tinycompress/tinywave.h
src/utils/Makefile.am
src/utils/crecord.c
src/utils/wave.c [new file with mode: 0644]