On 04/25/2012 11:53 AM, [email protected] wrote: > > > Oooh, is there a configurable parameter for that in GRC yet? >
Not yet. It would fit well in the options block. Pretty easy to add, but it would be a little more change to get the parameter into the WX gui top block class. Qtgui and nogui mode both directly call the flow graph start/run method, so the code change is purely in the generator. -josh > On > Wed, 25 Apr 2012 11:33:34 -0700, Josh Blum wrote: > >> Also, I want to > point out: >> There is a hook to control the size of these buffers in > gnuradio >> (presumably to reduce flow graph latency). You may be > interested in >> modifying this number and experimenting: >> >> void > start(int max_noutput_items=100000); >> > http://gnuradio.org/cgit/gnuradio.git/tree/gnuradio-core/src/lib/runtime/gr_top_block.h#n63 > [1] >> >> -Josh > > > Links: > ------ > [1] > http://gnuradio.org/cgit/gnuradio.git/tree/gnuradio-core/src/lib/runtime/gr_top_block.h#n63 > > > > > _______________________________________________ > 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
