Thomas Hermann
Thomas Hermann
For Arecorder.record(), it would be useful to store the time stamps when recordings were made. One way would be to change `recordings.append((timestamp, asig))`, but that would make access and interpretation...
The current Aserver doesn't allow to free a scheduled or playing signal. For the branch Aserver-nodes, I propose - to add automatic node_id allocation for any played asig - this...
Aserver currently starts a stream at boot() and stops it at quit(). Asig.play(onset=...,...) simply dispatches an audio object for output at given onset time. However, there are occasions where a...