ndarilek / tts-rs

115 stars 25 forks source link

#33 Fix AVFoundation crash on macOS when getting voices #34

Closed helgoboss closed 2 years ago

helgoboss commented 2 years ago

... by preventing manual cleanup of non-owned objects.

Using wrap_under_get_rule for the language is enough on my system to prevent the crash. However, I did it for the other "get"-like methods as well because I think all of them should follow the "get" rule = not be manually freed.

helgoboss commented 2 years ago

Fixes #33.