RetroArch
speaker.h
Go to the documentation of this file.
1 /* This source as presented is a modified version of original wiiuse for use
2  * with RetroArch, and must not be confused with the original software. */
3 
4 #ifndef __SPEAKER_H__
5 #define __SPEAKER_H__
6 
7 #include "wiiuse_internal.h"
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 typedef struct _wencstatus
14 {
24 } WENCStatus;
25 
27 void set_speakervol(struct wiimote_t *wm,ubyte vol);
28 
29 #ifdef __cplusplus
30 }
31 #endif
32 
33 #endif
void set_speakervol(struct wiimote_t *wm, ubyte vol)
Definition: speaker.c:142
s32 coeff1
Definition: speaker.h:21
s16 sample2
Definition: speaker.h:20
int32_t s32
32bit signed integer
Definition: gctypes.h:24
Wiimote structure.
Definition: wiiuse.h:594
Definition: libretro.h:2275
s32 predictor
Definition: speaker.h:15
Definition: speaker.h:13
s16 sample1
Definition: speaker.h:19
General internal wiiuse stuff.
s32 idelta
Definition: speaker.h:23
s32 step
Definition: speaker.h:17
s16 step_index
Definition: speaker.h:16
unsigned char ubyte
Definition: wiiuse.h:187
int16_t s16
16bit signed integer
Definition: gctypes.h:23
Definition: ibxm.h:14
s32 coeff2
Definition: speaker.h:22
uint8_t u8
8bit unsigned integer
Definition: gctypes.h:17
s32 prev_sample
Definition: speaker.h:18
u8 wencdata(WENCStatus *info, s16 sample)
struct _wencstatus WENCStatus