Closed FellowCode closed 2 years ago
when run fmedia from console it use less then 1% cpu
i use fmedia for record sound
Hi!
By default fmedia waits for user input via stdin descriptor.
Please check if --notui
switch solves the issue.
Thanks, it works
Hi, i try use fmedia as subprocess for python. It uses a lot of cpu resources, ~15% on i7. It seems that fmedia uses a lot of resources when it does not have access to the console. For example, when it is started by a background independent process.