eas_wavefiledata.c revision a8c89077d78769bf4840fa91609edc51fe2fa02d
1cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com/*----------------------------------------------------------------------------
2cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com *
3cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com * File:
4cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com * eas_wavefiledata.c
5cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com *
6cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com * Contents and purpose:
7cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com * Static data block for wave file parser.
8cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com *
9cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com * Copyright Sonic Network Inc. 2005
10ac03d91ee03599eab946a8ad25e33f9fc5f3166eedisonn@google.com
11b9731e7dd5964c9503f9753cc5c98a7ab764f3fcedisonn@google.com * Licensed under the Apache License, Version 2.0 (the "License");
12b9731e7dd5964c9503f9753cc5c98a7ab764f3fcedisonn@google.com * you may not use this file except in compliance with the License.
13ac03d91ee03599eab946a8ad25e33f9fc5f3166eedisonn@google.com * You may obtain a copy of the License at
14ac03d91ee03599eab946a8ad25e33f9fc5f3166eedisonn@google.com *
15ac03d91ee03599eab946a8ad25e33f9fc5f3166eedisonn@google.com *      http://www.apache.org/licenses/LICENSE-2.0
16e50d9a1fcd9c4298079ff54f9a40c9708d30f8c6edisonn@google.com *
17e50d9a1fcd9c4298079ff54f9a40c9708d30f8c6edisonn@google.com * Unless required by applicable law or agreed to in writing, software
18e50d9a1fcd9c4298079ff54f9a40c9708d30f8c6edisonn@google.com * distributed under the License is distributed on an "AS IS" BASIS,
19e50d9a1fcd9c4298079ff54f9a40c9708d30f8c6edisonn@google.com * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20ac03d91ee03599eab946a8ad25e33f9fc5f3166eedisonn@google.com * See the License for the specific language governing permissions and
21ac03d91ee03599eab946a8ad25e33f9fc5f3166eedisonn@google.com * limitations under the License.
222af2ad9cc0b2c7d911aed2e8d2ac77c0b7d3b5dfedisonn@google.com *
232af2ad9cc0b2c7d911aed2e8d2ac77c0b7d3b5dfedisonn@google.com *----------------------------------------------------------------------------
242af2ad9cc0b2c7d911aed2e8d2ac77c0b7d3b5dfedisonn@google.com * Revision Control:
252af2ad9cc0b2c7d911aed2e8d2ac77c0b7d3b5dfedisonn@google.com *   $Revision: 547 $
262af2ad9cc0b2c7d911aed2e8d2ac77c0b7d3b5dfedisonn@google.com *   $Date: 2007-01-31 16:30:17 -0800 (Wed, 31 Jan 2007) $
27d03c2c732e2e914f8429cfc8b077a7b9b853dd8eedisonn@google.com *----------------------------------------------------------------------------
28d03c2c732e2e914f8429cfc8b077a7b9b853dd8eedisonn@google.com*/
29d03c2c732e2e914f8429cfc8b077a7b9b853dd8eedisonn@google.com
30d03c2c732e2e914f8429cfc8b077a7b9b853dd8eedisonn@google.com#include "eas_wavefile.h"
31d03c2c732e2e914f8429cfc8b077a7b9b853dd8eedisonn@google.com
32d03c2c732e2e914f8429cfc8b077a7b9b853dd8eedisonn@google.comS_WAVE_STATE eas_WaveData;
33d03c2c732e2e914f8429cfc8b077a7b9b853dd8eedisonn@google.com
34d03c2c732e2e914f8429cfc8b077a7b9b853dd8eedisonn@google.com