libDaisy
Hardware Library for Daisy
Loading...
Searching...
No Matches
daisy::WavPlayer< workspace_bytes >::FileInfo Struct Reference

Detailed Description

template<size_t workspace_bytes>
struct daisy::WavPlayer< workspace_bytes >::FileInfo

Relevent audio file data for playback details

#include <WavPlayer.h>

Public Attributes

size_t channels
 
size_t length
 
size_t samplerate
 
size_t data_start
 
size_t data_size_bytes
 

Member Data Documentation

◆ channels

template<size_t workspace_bytes>
size_t daisy::WavPlayer< workspace_bytes >::FileInfo::channels

◆ data_size_bytes

template<size_t workspace_bytes>
size_t daisy::WavPlayer< workspace_bytes >::FileInfo::data_size_bytes

◆ data_start

template<size_t workspace_bytes>
size_t daisy::WavPlayer< workspace_bytes >::FileInfo::data_start

◆ length

template<size_t workspace_bytes>
size_t daisy::WavPlayer< workspace_bytes >::FileInfo::length

◆ samplerate

template<size_t workspace_bytes>
size_t daisy::WavPlayer< workspace_bytes >::FileInfo::samplerate

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