Skip to content

Commit

Permalink
so, rate rounding was nice and all, but let's leave it off by default
Browse files Browse the repository at this point in the history
now to avoid quality issues on SB 2.x cards playing 11025Hz files at
10989Hz.
  • Loading branch information
joncampbell123 committed Oct 30, 2017
1 parent c78d113 commit 0f2103e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/dosamp/sc_sb.c
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ struct soundcard soundblaster_soundcard_template = {
.mmap_write = soundblaster_mmap_write,
.ioctl = soundblaster_ioctl,
.p.soundblaster.index = -1,
.p.soundblaster.rate_rounding = 1
.p.soundblaster.rate_rounding = 0
};

void free_sound_blaster_support(void) {
Expand Down

0 comments on commit 0f2103e

Please sign in to comment.