Skip to content

Commit

Permalink
Windows compile fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel303 committed Jun 8, 2022
1 parent 8dc7c97 commit 0e5e4e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions users/marcel/pitchshift1/pshifter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,8 @@ int main(int argc, char * argv[])
provideInfo.outputSamples[c][i] = dst.values[i];
}
}

return provideInfo.numOutputChannels;
}
};

Expand Down

0 comments on commit 0e5e4e0

Please sign in to comment.