summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/multi_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/multi_buffer.h')
-rw-r--r--apps/codecs/libgme/multi_buffer.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/codecs/libgme/multi_buffer.h b/apps/codecs/libgme/multi_buffer.h
index 26f302380c..cfdae4f077 100644
--- a/apps/codecs/libgme/multi_buffer.h
+++ b/apps/codecs/libgme/multi_buffer.h
@@ -38,18 +38,18 @@ void Buffer_clock_rate( struct Stereo_Buffer* this, long );
38void Buffer_bass_freq( struct Stereo_Buffer* this, int ); 38void Buffer_bass_freq( struct Stereo_Buffer* this, int );
39void Buffer_clear( struct Stereo_Buffer* this ); 39void Buffer_clear( struct Stereo_Buffer* this );
40struct channel_t Buffer_channel( struct Stereo_Buffer* this ); 40struct channel_t Buffer_channel( struct Stereo_Buffer* this );
41void Buffer_end_frame( struct Stereo_Buffer* this, blip_time_t ) ICODE_ATTR; 41void Buffer_end_frame( struct Stereo_Buffer* this, blip_time_t );
42 42
43long Buffer_read_samples( struct Stereo_Buffer* this, blip_sample_t*, long ) ICODE_ATTR; 43long Buffer_read_samples( struct Stereo_Buffer* this, blip_sample_t*, long );
44 44
45// Count of changes to channel configuration. Incremented whenever 45// Count of changes to channel configuration. Incremented whenever
46// a change is made to any of the Blip_Buffers for any channel. 46// a change is made to any of the Blip_Buffers for any channel.
47unsigned Buffer_channels_changed_count( struct Stereo_Buffer* this ) ICODE_ATTR; 47unsigned Buffer_channels_changed_count( struct Stereo_Buffer* this );
48void Buffer_channels_changed( struct Stereo_Buffer* this ) ICODE_ATTR; 48void Buffer_channels_changed( struct Stereo_Buffer* this );
49 49
50void Buffer_mix_stereo_no_center( struct Stereo_Buffer* this, blip_sample_t*, blargg_long ) ICODE_ATTR; 50void Buffer_mix_stereo_no_center( struct Stereo_Buffer* this, blip_sample_t*, blargg_long );
51void Buffer_mix_stereo( struct Stereo_Buffer* this, blip_sample_t*, blargg_long ) ICODE_ATTR; 51void Buffer_mix_stereo( struct Stereo_Buffer* this, blip_sample_t*, blargg_long );
52void Buffer_mix_mono( struct Stereo_Buffer* this, blip_sample_t*, blargg_long ) ICODE_ATTR; 52void Buffer_mix_mono( struct Stereo_Buffer* this, blip_sample_t*, blargg_long );
53 53
54// Number of samples per output frame (1 = mono, 2 = stereo) 54// Number of samples per output frame (1 = mono, 2 = stereo)
55static inline int Buffer_samples_per_frame( struct Stereo_Buffer* this ) 55static inline int Buffer_samples_per_frame( struct Stereo_Buffer* this )