You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a program that is using SharedMemory to send data between processes and it would be really nice if I could have samplerate just write directly to the buffer, so I don't have to copy it from the return result.
Thinking all that would be needed is to add an optional out parameter that, if present, is used instead of the below code.
I'm working on a program that is using SharedMemory to send data between processes and it would be really nice if I could have samplerate just write directly to the buffer, so I don't have to copy it from the return result.
Thinking all that would be needed is to add an optional
out
parameter that, if present, is used instead of the below code.python-samplerate/src/samplerate.cpp
Lines 164 to 168 in d737def
Looks like libsamplerate already supports setting the out pointer:
The text was updated successfully, but these errors were encountered: