twl_wrapsdk/build/tests/snd/channel/ARM9/include/wihaho.pcm16.h
yutaka e342d61547 add SND, a part of CODEC, and I2C libraries
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@81 4ee2a332-4b2b-5046-8439-1ba90f034370
2007-05-24 12:15:16 +00:00

49 lines
1.3 KiB
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*---------------------------------------------------------------------------*
Project: NitroSDK - SND - demos - channel
File: wihaho.pcm16.h
Copyright 2005,2006 Nintendo. All rights reserved.
These coded instructions, statements, and computer programs contain
proprietary information of Nintendo of America Inc. and/or Nintendo
Company Ltd., and are protected by Federal copyright law. They may
not be disclosed to third parties or copied or duplicated in any form,
in whole or in part, without the prior written consent of Nintendo.
$Log: wihaho.pcm16.h,v $
Revision 1.2 2006/01/18 02:12:39 kitase_hirotake
do-indent
Revision 1.1 2005/04/13 03:29:19 ida
SNDðNITRO-SDKÖˆÚ<CB86>Ý
Revision 1.1 2005/04/13 01:14:54 kyuma_koichi
<20>‰”Å
$NoKeywords: $
*---------------------------------------------------------------------------*/
#ifndef WIHAHO_PCM16_H_
#define WIHAHO_PCM16_H_
#ifdef __cplusplus
extern "C" {
#endif
#include <nitro.h>
#define WIHAHO_PCM16_FORMAT SND_WAVE_FORMAT_PCM16
#define WIHAHO_PCM16_LOOPFLAG 0
#define WIHAHO_PCM16_RATE 44100
#define WIHAHO_PCM16_TIMER 379
#define WIHAHO_PCM16_LOOPSTART 0
#define WIHAHO_PCM16_LOOPLEN 27016
const s16 wihaho_pcm16[];
#ifdef __cplusplus
}
#endif
#endif // WIHAHO_PCM16_H_