discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Increase min output buffer size (python block)


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Increase min output buffer size (python block)
Date: Mon, 08 Apr 2013 14:54:37 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4

> 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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]