xiph / rnnoise

Recurrent neural network for audio noise reduction
BSD 3-Clause "New" or "Revised" License
3.97k stars 890 forks source link

fix inclusion of rnnoise.h into C++ code #131

Closed j-schultz closed 3 years ago

j-schultz commented 4 years ago

FIxes #120

winstondu commented 4 years ago

@jmvalin , this is very much needed! Please approve!

petterreinholdtsen commented 3 years ago

This change partly conflicts with the changes in pull request #88.

j-schultz commented 3 years ago

The changes to rnnoise.h could be dropped in #88 for a cleaner separation of PRs, or #88 could be merged as-is and #131 could be closed instead. It doesn't really matter to me.

petterreinholdtsen commented 3 years ago

I take the chance and merge this one, which will invalidate #88 until it is rebased.