Less Restrictions on Linked Files

  • New in WinDarab is the support to open different files as a linked file – even the recording configurations are different
    • All channels occurring in at least one of the member files is available in the linked file.
    • If a member file doesn’t contain a channel, the area in the linked file doesn’t contain any samples Following restrictions are still valid:
    • All channels have to use the same data format and bit size (e.g., unsigned 16-Bit)
    • All channels have to use the same quantization (e.g., offset/gain)
  • To complete the support, the file extract functions were refactored.
    • In case of a linked file, file extract supports the creation of additional timelines which are required to export linked channels correctly, if some member channels are missing.
    • The export functions are much faster now because they use multiple threads to collect the data to export.