> tb.drmrx_freq_sync_py_0.set_min_output_buffer(3200)
> AttributeError: 'freq_sync_py' object has no attribute
> 'set_min_output_buffer'
> 
> Is there a possibility to solve this problem or do I have to find an
> alternative solution, e. g. creating an internal buffer?
> 

There is an API call set_output_multiple, this sets the minimum reserve
size for buffers. So your worker should only get called with buffers of
at least this size.

-josh

> Best regards
> Felix Wunsch
> 
> 
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 

_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to