/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/ |
H A D | Dual_Resampler.cc | 21 Dual_Resampler::Dual_Resampler() { } in Dual_Resampler() function in Dual_Resampler 23 Dual_Resampler::~Dual_Resampler() { } in ~Dual_Resampler() 25 blargg_err_t Dual_Resampler::reset( int pairs ) in reset() 34 void Dual_Resampler::resize( int pairs ) in resize() 50 void Dual_Resampler::play_frame_( Blip_Buffer& blip_buf, dsample_t* out ) in play_frame_() 71 void Dual_Resampler::dual_play( long count, dsample_t* out, Blip_Buffer& blip_buf ) in dual_play() 103 void Dual_Resampler::mix_samples( Blip_Buffer& blip_buf, dsample_t* out ) in mix_samples()
|
H A D | Dual_Resampler.h | 10 class Dual_Resampler { 12 Dual_Resampler(); 13 virtual ~Dual_Resampler(); 39 inline double Dual_Resampler::setup( double oversample, double rolloff, double gain ) in setup() 44 inline void Dual_Resampler::clear() in clear()
|
H A D | Gym_Emu.cc | 176 double factor = Dual_Resampler::setup( oversample_factor, 0.990, fm_gain * gain() ); in set_sample_rate_() 183 RETURN_ERR( Dual_Resampler::reset( long (1.0 / 60 / min_tempo * sample_rate) ) ); in set_sample_rate_() 199 Dual_Resampler::resize( long (sample_rate() / (60.0 * tempo())) ); in set_tempo_() 246 Dual_Resampler::clear(); in start_track_() 378 Dual_Resampler::dual_play( count, out, blip_buf ); in play_()
|
H A D | Vgm_Emu.cc | 331 Dual_Resampler::setup( fm_rate / blip_buf.sample_rate(), rolloff, fm_gain * gain() ); in setup_fm() 342 Dual_Resampler::setup( fm_rate / blip_buf.sample_rate(), rolloff, fm_gain * gain() ); in setup_fm() 353 RETURN_ERR( Dual_Resampler::reset( blip_buf.length() * blip_buf.sample_rate() / 1000 ) ); in setup_fm() 397 Dual_Resampler::clear(); in start_track_() 414 Dual_Resampler::dual_play( count, out, blip_buf ); in play_()
|
/dports/audio/libgme/game-music-emu-0.6.1/gme/ |
H A D | Dual_Resampler.cpp | 23 Dual_Resampler::Dual_Resampler() : in Dual_Resampler() function in Dual_Resampler 31 Dual_Resampler::~Dual_Resampler() { } in ~Dual_Resampler() 33 blargg_err_t Dual_Resampler::reset( int pairs ) in reset() 42 void Dual_Resampler::resize( int pairs ) in resize() 58 void Dual_Resampler::play_frame_( Blip_Buffer& blip_buf, dsample_t* out ) in play_frame_() 79 void Dual_Resampler::dual_play( long count, dsample_t* out, Blip_Buffer& blip_buf ) in dual_play() 111 void Dual_Resampler::mix_samples( Blip_Buffer& blip_buf, dsample_t* out ) in mix_samples()
|
H A D | Dual_Resampler.h | 10 class Dual_Resampler { 12 Dual_Resampler(); 13 virtual ~Dual_Resampler(); 39 inline double Dual_Resampler::setup( double oversample, double rolloff, double gain ) in setup() 44 inline void Dual_Resampler::clear() in clear()
|
H A D | Gym_Emu.cpp | 176 double factor = Dual_Resampler::setup( oversample_factor, 0.990, fm_gain * gain() ); in set_sample_rate_() 183 RETURN_ERR( Dual_Resampler::reset( long (1.0 / 60 / min_tempo * sample_rate) ) ); in set_sample_rate_() 199 Dual_Resampler::resize( long (sample_rate() / (60.0 * tempo())) ); in set_tempo_() 246 Dual_Resampler::clear(); in start_track_() 378 Dual_Resampler::dual_play( count, out, blip_buf ); in play_()
|
H A D | Vgm_Emu.cpp | 330 Dual_Resampler::setup( fm_rate / blip_buf.sample_rate(), rolloff, fm_gain * gain() ); in setup_fm() 341 Dual_Resampler::setup( fm_rate / blip_buf.sample_rate(), rolloff, fm_gain * gain() ); in setup_fm() 352 RETURN_ERR( Dual_Resampler::reset( blip_buf.length() * blip_buf.sample_rate() / 1000 ) ); in setup_fm() 396 Dual_Resampler::clear(); in start_track_() 413 Dual_Resampler::dual_play( count, out, blip_buf ); in play_()
|
/dports/games/zdoom/zdoom-2.8.1/game-music-emu/gme/ |
H A D | Dual_Resampler.cpp | 23 Dual_Resampler::Dual_Resampler() : in Dual_Resampler() function in Dual_Resampler 31 Dual_Resampler::~Dual_Resampler() { } in ~Dual_Resampler() 33 blargg_err_t Dual_Resampler::reset( int pairs ) in reset() 42 void Dual_Resampler::resize( int pairs ) in resize() 58 void Dual_Resampler::play_frame_( Blip_Buffer& blip_buf, dsample_t* out ) in play_frame_() 80 void Dual_Resampler::dual_play( long count, dsample_t* out, Blip_Buffer& blip_buf ) in dual_play() 112 void Dual_Resampler::mix_samples( Blip_Buffer& blip_buf, dsample_t* out ) in mix_samples()
|
H A D | Dual_Resampler.h | 10 class Dual_Resampler { 12 Dual_Resampler(); 13 virtual ~Dual_Resampler(); 39 inline double Dual_Resampler::setup( double oversample, double rolloff, double gain ) in setup() 44 inline void Dual_Resampler::clear() in clear()
|
H A D | Gym_Emu.cpp | 176 double factor = Dual_Resampler::setup( oversample_factor, 0.990, fm_gain * gain() ); in set_sample_rate_() 183 RETURN_ERR( Dual_Resampler::reset( long (1.0 / 60 / min_tempo * sample_rate) ) ); in set_sample_rate_() 199 Dual_Resampler::resize( long (sample_rate() / (60.0 * tempo())) ); in set_tempo_() 246 Dual_Resampler::clear(); in start_track_() 378 Dual_Resampler::dual_play( count, out, blip_buf ); in play_()
|
H A D | Vgm_Emu.cpp | 330 Dual_Resampler::setup( fm_rate / blip_buf.sample_rate(), rolloff, fm_gain * gain() ); in setup_fm() 341 Dual_Resampler::setup( fm_rate / blip_buf.sample_rate(), rolloff, fm_gain * gain() ); in setup_fm() 352 RETURN_ERR( Dual_Resampler::reset( blip_buf.length() * blip_buf.sample_rate() / 1000 ) ); in setup_fm() 396 Dual_Resampler::clear(); in start_track_() 413 Dual_Resampler::dual_play( count, out, blip_buf ); in play_()
|
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/gme/gme/ |
H A D | Dual_Resampler.cpp | 23 Dual_Resampler::Dual_Resampler() : in Dual_Resampler() function in Dual_Resampler 31 Dual_Resampler::~Dual_Resampler() { } in ~Dual_Resampler() 33 blargg_err_t Dual_Resampler::reset( int pairs ) in reset() 42 void Dual_Resampler::resize( int pairs ) in resize() 58 void Dual_Resampler::play_frame_( Blip_Buffer& blip_buf, dsample_t* out ) in play_frame_() 79 void Dual_Resampler::dual_play( long count, dsample_t* out, Blip_Buffer& blip_buf ) in dual_play() 111 void Dual_Resampler::mix_samples( Blip_Buffer& blip_buf, dsample_t* out ) in mix_samples()
|
H A D | Dual_Resampler.h | 10 class Dual_Resampler { 12 Dual_Resampler(); 13 virtual ~Dual_Resampler(); 39 inline double Dual_Resampler::setup( double oversample, double rolloff, double gain ) in setup() 44 inline void Dual_Resampler::clear() in clear()
|
H A D | Gym_Emu.cpp | 176 double factor = Dual_Resampler::setup( oversample_factor, 0.990, fm_gain * gain() ); in set_sample_rate_() 183 RETURN_ERR( Dual_Resampler::reset( long (1.0 / 60 / min_tempo * sample_rate) ) ); in set_sample_rate_() 199 Dual_Resampler::resize( long (sample_rate() / (60.0 * tempo())) ); in set_tempo_() 246 Dual_Resampler::clear(); in start_track_() 378 Dual_Resampler::dual_play( count, out, blip_buf ); in play_()
|
H A D | Vgm_Emu.cpp | 330 Dual_Resampler::setup( fm_rate / blip_buf.sample_rate(), rolloff, fm_gain * gain() ); in setup_fm() 341 Dual_Resampler::setup( fm_rate / blip_buf.sample_rate(), rolloff, fm_gain * gain() ); in setup_fm() 352 RETURN_ERR( Dual_Resampler::reset( blip_buf.length() * blip_buf.sample_rate() / 1000 ) ); in setup_fm() 396 Dual_Resampler::clear(); in start_track_() 413 Dual_Resampler::dual_play( count, out, blip_buf ); in play_()
|
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/game-music-emu/gme/ |
H A D | Dual_Resampler.cpp | 23 Dual_Resampler::Dual_Resampler() : in Dual_Resampler() function in Dual_Resampler 31 Dual_Resampler::~Dual_Resampler() { } in ~Dual_Resampler() 33 blargg_err_t Dual_Resampler::reset( int pairs ) in reset() 42 void Dual_Resampler::resize( int pairs ) in resize() 58 void Dual_Resampler::play_frame_( Blip_Buffer& blip_buf, dsample_t* out ) in play_frame_() 83 void Dual_Resampler::dual_play( long count, dsample_t* out, Blip_Buffer& blip_buf ) in dual_play() 115 void Dual_Resampler::mix_samples( Blip_Buffer& blip_buf, dsample_t* out ) in mix_samples()
|
H A D | Dual_Resampler.h | 10 class Dual_Resampler { 12 Dual_Resampler(); 13 virtual ~Dual_Resampler(); 39 inline double Dual_Resampler::setup( double oversample, double rolloff, double gain ) in setup() 44 inline void Dual_Resampler::clear() in clear()
|
H A D | Gym_Emu.cpp | 176 double factor = Dual_Resampler::setup( oversample_factor, 0.990, fm_gain * gain() ); in set_sample_rate_() 183 RETURN_ERR( Dual_Resampler::reset( long (1.0 / 60 / min_tempo * sample_rate) ) ); in set_sample_rate_() 199 Dual_Resampler::resize( long (sample_rate() / (60.0 * tempo())) ); in set_tempo_() 246 Dual_Resampler::clear(); in start_track_() 378 Dual_Resampler::dual_play( count, out, blip_buf ); in play_()
|
H A D | Vgm_Emu.cpp | 349 Dual_Resampler::setup( fm_rate / blip_buf.sample_rate(), rolloff, fm_gain * gain() ); in setup_fm() 360 Dual_Resampler::setup( fm_rate / blip_buf.sample_rate(), rolloff, fm_gain * gain() ); in setup_fm() 371 RETURN_ERR( Dual_Resampler::reset( blip_buf.length() * blip_buf.sample_rate() / 1000 ) ); in setup_fm() 415 Dual_Resampler::clear(); in start_track_() 432 Dual_Resampler::dual_play( count, out, blip_buf ); in play_()
|
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/gme/ |
H A D | Dual_Resampler.cpp | 23 Dual_Resampler::Dual_Resampler() { } in Dual_Resampler() function in Dual_Resampler 25 Dual_Resampler::~Dual_Resampler() { } in ~Dual_Resampler() 27 blargg_err_t Dual_Resampler::reset( int pairs ) in reset() 38 void Dual_Resampler::resize( int pairs ) in resize() 55 void Dual_Resampler::clear() in clear() 62 int Dual_Resampler::play_frame_( Stereo_Buffer& stereo_buf, dsample_t out [], Stereo_Buffer** secon… in play_frame_() 109 void Dual_Resampler::dual_play( int count, dsample_t out [], Stereo_Buffer& stereo_buf, Stereo_Buff… in dual_play() 171 void Dual_Resampler::mix_mono( Stereo_Buffer& stereo_buf, dsample_t out_ [], int count ) in mix_mono() 204 void Dual_Resampler::mix_stereo( Stereo_Buffer& stereo_buf, dsample_t out_ [], int count ) in mix_stereo() 247 void Dual_Resampler::mix_extra_mono( Stereo_Buffer& stereo_buf, dsample_t out_ [], int count ) in mix_extra_mono() [all …]
|
H A D | Dual_Resampler.h | 17 class Dual_Resampler { 33 Dual_Resampler(); 34 ~Dual_Resampler(); 55 inline blargg_err_t Dual_Resampler::setup( double oversample, double rolloff, double gain ) in setup()
|
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/ |
H A D | Dual_Resampler.cpp | 23 Dual_Resampler::Dual_Resampler() { } in Dual_Resampler() function in Dual_Resampler 25 Dual_Resampler::~Dual_Resampler() { } in ~Dual_Resampler() 27 blargg_err_t Dual_Resampler::reset( int pairs ) in reset() 38 void Dual_Resampler::resize( int pairs ) in resize() 55 void Dual_Resampler::clear() in clear() 62 int Dual_Resampler::play_frame_( Stereo_Buffer& stereo_buf, dsample_t out [], Stereo_Buffer** secon… in play_frame_() 109 void Dual_Resampler::dual_play( int count, dsample_t out [], Stereo_Buffer& stereo_buf, Stereo_Buff… in dual_play() 171 void Dual_Resampler::mix_mono( Stereo_Buffer& stereo_buf, dsample_t out_ [], int count ) in mix_mono() 204 void Dual_Resampler::mix_stereo( Stereo_Buffer& stereo_buf, dsample_t out_ [], int count ) in mix_stereo() 247 void Dual_Resampler::mix_extra_mono( Stereo_Buffer& stereo_buf, dsample_t out_ [], int count ) in mix_extra_mono() [all …]
|
H A D | Dual_Resampler.h | 17 class Dual_Resampler { 33 Dual_Resampler(); 34 ~Dual_Resampler(); 55 inline blargg_err_t Dual_Resampler::setup( double oversample, double rolloff, double gain ) in setup()
|
H A D | Vgm_Emu.h | 60 Dual_Resampler resampler;
|