ENCODER__wavfirst.c File Reference


Detailed Description

This module provides function to set up WAV encoder data output.

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:

Include dependency graph

Go to the source code of this file.

Functions

BOOL ENCODER__wavfirst (void)
 Function check to set up WAV encoder output bit stream.


Function Documentation

BOOL ENCODER__wavfirst void   ) 
 

Function check to set up WAV encoder output bit stream.

Returns:
TRUE if valid WAV header is created, otherwise FALSE.

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 }


Generated on Wed Jan 19 01:12:56 2005 for neuros-firmware by  doxygen 1.3.9.1