PancakeNESEmu
A homebrewed NES Emulator written in C
Loading...
Searching...
No Matches
wave_settings_t Struct Reference

#include <apu.h>

Collaboration diagram for wave_settings_t:
Collaboration graph

Public Attributes

float frequency
 
float sample_rate
 
unsigned int volume
 
duty_cycle_t duty_cycle
 
wave_t wave_type
 

Detailed Description

Definition at line 10 of file apu.h.

Member Data Documentation

◆ duty_cycle

duty_cycle_t wave_settings_t::duty_cycle

Definition at line 14 of file apu.h.

◆ frequency

float wave_settings_t::frequency

Definition at line 11 of file apu.h.

◆ sample_rate

float wave_settings_t::sample_rate

Definition at line 12 of file apu.h.

◆ volume

unsigned int wave_settings_t::volume

Definition at line 13 of file apu.h.

◆ wave_type

wave_t wave_settings_t::wave_type

Definition at line 15 of file apu.h.


The documentation for this struct was generated from the following file: