Merge pull request #569 from diizy/loops

AFP, Samplebuffer updates
This commit is contained in:
Tobias Doerffel
2014-04-06 21:57:17 +02:00
3 changed files with 15 additions and 27 deletions

View File

@@ -260,7 +260,7 @@ private:
void convertIntToFloat ( int_sample_t * & _ibuf, f_cnt_t _frames, int _channels);
void directFloatWrite ( sample_t * & _fbuf, f_cnt_t _frames, int _channels);
f_cnt_t decodeSampleSF( const char * _f, int_sample_t * & _buf,
f_cnt_t decodeSampleSF( const char * _f, sample_t * & _buf,
ch_cnt_t & _channels,
sample_rate_t & _sample_rate );
#ifdef LMMS_HAVE_OGGVORBIS