Open rec opened 10 months ago
This could be a huge and expensive feature if it interoperated with the rest of the program, but I think 90% of the value could be had for 10% of the work by allowing a completely separate mode where recs
ran as fast as possible on just a single mono or stereo file in process, in a single thread and process and no other inputs were active at the same time, but all the other flags/keywords were active.
This might be worth doing because of how it makes #116 possible to mostly do automatically as a unit test, though it's not a full end-to-end test without going through an audio interface...
It would be easier to do the whole thing!
New protocol or base class Source
.
InputDevice
and new FileReader
would be instances of it.
Tracks would take a Source
.
The only issues are two:
None
timestamp if this is easyAlmost done! A new list:
So people could run
recs
on existing recordings.