refactor pcm io routines
[fdkaac.git] / src / wav_reader.h
CommitLineData
48e2f01c 1/*
2 * Copyright (C) 2013 nu774
3 * For conditions of distribution and use, see copyright notice in COPYING
4 */
5#ifndef WAV_READER_H
6#define WAV_READER_H
7
8#include "lpcm.h"
2d744bd5 9#include "pcm_reader.h"
48e2f01c 10
48e2f01c 11typedef struct wav_reader_t wav_reader_t;
12
29a8f73f 13pcm_reader_t *wav_open(pcm_io_context_t *io, int ignore_length);
14pcm_reader_t *raw_open(pcm_io_context_t *io,
68543176 15 const pcm_sample_description_t *desc);
48e2f01c 16
17#endif
This page took 0.009562 seconds and 4 git commands to generate.