Fix import of 32-bit floating point samples

This commit is contained in:
Vesa
2014-01-14 03:08:16 +02:00
parent e8190dc01e
commit 79119149ef
2 changed files with 137 additions and 47 deletions

View File

@@ -219,6 +219,8 @@ public slots:
private:
void update( bool _keep_settings = false );
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,
ch_cnt_t & _channels,