Meld (was merge) works well with evenly sampled recordings but will fail at merging unevenly sampled recordings. This should be as simple as a concatenation of the .dep & .ind fields followed by a unique on .ind to sort by time & drop time duplicates (or warn about them). Integrating it into the rather complex meld internals makes this a more difficult task.
This will also bring support for merging records sampled at different rates through an even to uneven conversion.
Meld (was merge) works well with evenly sampled recordings but will fail at merging unevenly sampled recordings. This should be as simple as a concatenation of the .dep & .ind fields followed by a unique on .ind to sort by time & drop time duplicates (or warn about them). Integrating it into the rather complex meld internals makes this a more difficult task.
This will also bring support for merging records sampled at different rates through an even to uneven conversion.