static volatile char * buffer
Definition: sound.c:61
The basic datastructure representing a single track.
Definition: track.h:67
bool cache_track_save(struct track *track, void *buffer, size_t size)
Save data for a specific track to cache.
Definition: cache.c:83
bool cache_track_exists(struct track *track)
Check weather a track is cached or not.
Definition: cache.c:42
size_t cache_track_get(struct track *track, void *buffer)
Load a track from the cache into buffer.
Definition: cache.c:57
Definitions of the most important structures track and track_list