REVISION
Definition in file ENCODER__wavfirst.c.
#include "../SYSTEM/sys_hardware.h"
#include "../SYSTEM/sys_assert.h"
#include "../codec/codec.h"
#include "../coder/coder.h"
#include "encoder.h"
Include dependency graph for ENCODER__wavfirst.c:

Go to the source code of this file.
Functions | |
| BOOL | ENCODER__wavfirst (void) |
| Function check to set up WAV encoder output bit stream. | |
|
|
Function check to set up WAV encoder output bit stream.
Definition at line 39 of file ENCODER__wavfirst.c. 00040 {
00041 SRC_setOutput(&LeftSRC, SRC_buf);
00042 SRC_setOutput(&RightSRC, SRC_buf + WAV_SRC_BUFLEN/2);
00043 return TRUE;
00044 }
|
1.3.9.1