discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Locking TopBlock stops WavFile-Sink


From: Sylvain Munaut
Subject: Re: [Discuss-gnuradio] Locking TopBlock stops WavFile-Sink
Date: Mon, 5 Jan 2015 13:34:00 +0100

Hi,


When there is a lock()/unlock() cycle, the ->stop() will end up being
called on all the flowgraph() blocks.

The wavsink block does implement stop() and that's where it closes the
file and updates the wavheader.

But there is no implementation for start(), it actually opens the file
in the constructor, so it can't resume.


Cheers,

    Sylvain



reply via email to

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