Closed dmeliza closed 2 years ago
Entries are currently split whenever the jack frame counter overflows, which is every 2**32 frames, or 27 hours (at 44.1 kHz). I am not sure if there is any way to avoid doing this. However, it should be possible to have arf_writer
split the entry whenever the sample count exceeds some user-specified amount.
Addressed by jtime
module (added in ca3e03624b7c02b41868b9891ecbc65be5f6481b)
This would mostly be for the convenience of downstream applications like aplot that try to load the entire dataset into memory. As far as the HDF5 file is concerned, datasets have 64-bit indices so the upper limit on size is quite large.