You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some reviewers ask for ERYA (and similar programs) to support the XML based IBA Format to ease interchange between programs.
ERYA already adopted XML format to store databases and samples files, butit can only be read by this own.
To implement IBA support it requires the following steps:
Adding a new library class to handle IBA File Format, which in turn will use XML document handling by wxWidgets.
Specify the methods required by ERYA-Bulk, and translate to the IBA format.
Investigate potential extensions that ERYA-Bulk can add to this format.
The text was updated successfully, but these errors were encountered:
Some reviewers ask for ERYA (and similar programs) to support the XML based IBA Format to ease interchange between programs.
ERYA already adopted XML format to store databases and samples files, butit can only be read by this own.
To implement IBA support it requires the following steps:
Adding a new library class to handle IBA File Format, which in turn will use XML document handling by wxWidgets.
Specify the methods required by ERYA-Bulk, and translate to the IBA format.
Investigate potential extensions that ERYA-Bulk can add to this format.
The text was updated successfully, but these errors were encountered: