2008/7/2 张博 <
wandercloud@...>:
> I want to make audacity work in real-time, when playing, the edit function
> such as "Cut","Copy" ,"Effect" and so on can work.
>
> But I don't know whether it is possible.
It's definitely possible. It might be useful to some users, but I
tend to pause before I edit. The downside is that the behavior of
playing when the playing region and effect area overlap will be
non-deterministic unless you make it mutex, which makes it essentially
non-realtime again.
You will basically need to add mutexes to the every piece of code that
edits the waveclip/sequence/blockfile. You can look at src/ondemand,
Sequence, and BlockFile if you want some examples.
Michael
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at
http://www.sourceforge.net/community/cca08_______________________________________________
Audacity-devel mailing list
Audacity-devel@...
https://lists.sourceforge.net/lists/listinfo/audacity-devel