On Mon, May 15, 2006 at 02:12:29PM +0200, Martin Dvh wrote: > > NotImplementedError: No matching function for overloaded 'sink' > I have not (yet) implemented the ok_to_block parameter in audio_windows > So remove the last parameter (False) in the instantiation of the audio sink. > So change: > audio_sink = audio.sink (int (audio_rate), > options.audio_output, > False) # ok_to_block > > Into: > audio_sink = audio.sink (int (audio_rate), > options.audio_output) > And it should work. > > Greetings, > Martin
Martin, Can you add the third parameter to gr-audio-windows constructors, even though it will still be ignored. Thanks, Eric _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio