aarnphm / whispercpp

Pybind11 bindings for Whisper.cpp
Apache License 2.0
324 stars 63 forks source link

fix(params): store language in wrapper object #52

Closed pajowu closed 1 year ago

pajowu commented 1 year ago

What does this PR address?

This PR fixes the bug where setting the language lead to memory corruption and was therefore impossible

Fixes #20

Before submitting: