Skip to content

XmlToJson

ameci-iis edited this page Nov 27, 2024 · 1 revision

About

The mpeghuitranslator repository provides a command-line program that takes a list of XML files containing a single MPEG-H 3D Audio UI Manager AudioScene each and converts it to the corresponding JSON representation as defined in the json_schema/ folder of this project.

How to build

To build xml_to_json set mpeghuitranslator_BUILD_BINARIES variable while configuring the project using CMake:

$ cmake -S mpeghuitranslator -B build -DCMAKE_BUILD_TYPE=Release -Dmpeghuitranslator_BUILD_BINARIES=ON

Read build instructions to learn how to configure and build the project.

If the build process is successfully finished, xml_to_json can be found in the build/bin folder

Usage

xml_to_json <XML files>...

Arguments

<XML files>
The XML files containing a single MPEG-H 3D Audio UI Manager AudioScene each.

Example

xml_to_json some_scene.xml another_scene.xml third_scene.xml