Skip to content

Commit

Permalink
shorten the duration of the Gibbs phenomenon overlay -- sounds a litt…
Browse files Browse the repository at this point in the history
…le better...
  • Loading branch information
mikebrady committed Aug 29, 2014
1 parent 88fc18a commit b21fafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player.c
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ static int stuff_buffer_soxr(short *inptr, short *outptr, int stuff) {
if (odone > frame_size + 1)
die("odone = %d!\n", odone);

const int gpm = 7;
const int gpm = 5;

// keep the first (dpm) samples, to mitigate the Gibbs phenomenon
for (i=0;i<gpm;i++) {
Expand Down

0 comments on commit b21fafe

Please sign in to comment.