]>
iEval git - fdkaac.git/blob - src/wav_reader.h
2 * Copyright (C) 2013 nu774
3 * For conditions of distribution and use, see copyright notice in COPYING
9 #include "pcm_reader.h"
11 pcm_reader_t
*wav_open(pcm_io_context_t
*io
, int ignore_length
);
12 pcm_reader_t
*raw_open(pcm_io_context_t
*io
,
13 const pcm_sample_description_t
*desc
);
This page took 0.042411 seconds and 4 git commands to generate.