random minor edits
This commit is contained in:
parent
987ad71f4e
commit
81734e10c0
3 changed files with 9 additions and 3 deletions
|
|
@ -906,6 +906,8 @@ void SND_init(double sample_rate, double frame_rate) { // plat_sound_init
|
|||
snd.sample_rate_in = sample_rate;
|
||||
snd.sample_rate_out = spec_out.freq;
|
||||
|
||||
LOG_info("sample rate: %i (req) %i (rec)\n", snd.sample_rate_in, snd.sample_rate_out);
|
||||
|
||||
SND_selectResampler();
|
||||
SND_resizeBuffer();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue