Results 2 issues of mihai3

Pages weren't being styled due to a different "hooks" already in the namespace. Renaming the file solves the problem.

`rnnoise_create` requires a parameter since https://github.com/xiph/rnnoise/commit/231b9c02d14a74cb449a98004cb7a2cf1bdeca2f. The parameter denotes the model to use; NULL can be used as default. If this parameter is not added, mysterious segfaults occur: https://github.com/xiph/rnnoise/issues/69#issuecomment-498477189 Example:...