shithub: sox

ref: fec935b19bd7781e572e7f64edf93af58f5139e1
dir: /src/u1-fmt.c/

View raw version
/*
 * libSoX u1 raw file format
 *
 * Copyright 2007 Lance Norskog And Sundry Contributors
 * This source code is freely redistributable and may be used for
 * any purpose.  This copyright notice must be maintained.
 * Lance Norskog And Sundry Contributors are not responsible for
 * the consequences of using this software.
 */

#include "sox_i.h"
#include "raw.h"

RAW_FORMAT3(u1, "ub", "sou", "fssd", 8BIT, 0, UNSIGNED)