{"id":11271,"date":"2024-04-14T21:14:48","date_gmt":"2024-04-14T19:14:48","guid":{"rendered":"https:\/\/www.vrtonung.de\/?p=11271"},"modified":"2026-08-24T20:45:46","modified_gmt":"2026-08-24T18:45:46","slug":"audio-definition-model-adm-supercharges-3d-dolby-atmos","status":"publish","type":"post","link":"https:\/\/www.vrtonung.de\/en\/audio-definition-model-adm-supercharges-3d-dolby-atmos\/","title":{"rendered":"Audio Definition Model (ADM) supercharges 3D Dolby Atmos"},"content":{"rendered":"","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_yoast_wpseo_opengraph-image":"https:\/\/www.vrtonung.de\/wp-content\/uploads\/vrtestung_an_audio_definition_model_that_facilitates_the_embedd_6bcddb43-7962-4807-8a2a-1ee9c5d5c910-2-768x403-aimg.jpg","_yoast_wpseo_opengraph-image-id":"18428","_yoast_wpseo_twitter-image":"https:\/\/www.vrtonung.de\/wp-content\/uploads\/vrtestung_an_audio_definition_model_that_facilitates_the_embedd_6bcddb43-7962-4807-8a2a-1ee9c5d5c910-3-768x384.jpg","_yoast_wpseo_twitter-image-id":"11268","footnotes":""},"categories":[1],"tags":[133,143],"class_list":["post-11271","post","type-post","status-publish","format-standard","hentry","category-unkategorisiert","tag-0dof-en","tag-software-formats-en"],"acf":{"remove_from_blog_overview":false,"alternative_title":"","previewimg":18426,"text":"ADM stands for Audio Definition Model. It is an XML metadata format, standardised as ITU-R BS.2076, that describes what each audio track in a file is and where it belongs in space. It carries no audio itself. It is the document that tells a renderer how to turn a pile of channels back into a scene.\n\n*Disclaimer: the first draft of this article came out of an AI and was mostly adjectives. I rewrote it around the parts that matter when you actually have to deliver a file.*\n\n## What is the Audio Definition Model?\n\nADM is a description language for object-based audio. Where a stereo file assumes track one is left and track two is right, an ADM file makes no assumptions at all. Every track is described explicitly: what it contains, whether it is a channel, an object or a sound field, and if it is an object, where it sits and how that position changes over time.\n\nIt was developed at the request of BBC R&D and standardised by the ITU. The point was to have one neutral way of describing a spatial production, so that a mix could survive the trip between a studio, a broadcaster and a consumer device that nobody had specified in advance.\n\n[image id=\"18431\"]\n\n## Why object-based audio needs a file like this\n\nClassically, the audio chain has five steps: record, mix, monitor while mixing, deliver, and play back at the consumer. In the traditional workflow, step two is chained to step four. You mix in exactly the format you deliver. A 7.1 delivery means an eight-channel mix, monitored on eight speakers.\n\nObject-based audio breaks that chain. You no longer mix a channel layout, you mix a scene, and the renderer at the far end decides what comes out of how many speakers. That only works if the scene travels with the audio, described precisely enough that a renderer which has never seen your studio can reconstruct it. ADM is that description.\n\n## How is an ADM file structured?\n\nThe metadata sits inside a BW64 file, the 64-bit successor to Broadcast Wave defined in ITU-R BS.2088. Two chunks do the work:\n\n| Chunk | Contents |\n|---|---|\n| `axml` | The complete ADM description as XML |\n| `chna` | The mapping from each audio track in the file to its ADM identifier |\n\nInside the XML, the model is a hierarchy:\n\n- **audioProgramme** \u2014 the whole deliverable, one per language or version\n- **audioContent** \u2014 a component of it, for example dialogue or music\n- **audioObject** \u2014 a thing that exists in the scene, pointing at its tracks and its format\n- **audioPackFormat \/ audioChannelFormat** \u2014 what kind of thing it is: a channel, an object, a sound field\n- **audioBlockFormat** \u2014 the positions over time, which is where the automation lives\n- **audioTrackUID** \u2014 the identifier that ties a description back to a physical track\n\nThe practical consequence: an ADM BWF is a single self-contained file. Hand it over and the recipient needs no session, no plugin list and no explanation of your bussing.\n\n[image id=\"18433\"]\n\n## ADM and Dolby Atmos\n\nIf you have delivered a Dolby Atmos music master, you have already made an ADM file. The Atmos deliverable is an ADM BWF, written by the Dolby Atmos Renderer, containing the bed channels, the objects and their automation.\n\nThere is a limitation worth knowing before you rely on the format for a headphone-first release. Dolby Atmos does not transmit distance information. Position, yes. How far away the object is, no. If you want distance you tag it by hand, usually by managing reverb and level yourself, because the format will not carry the intent for you.\n\nThis is also why an Atmos mix can arrive technically correct and still sound flat over headphones. The metadata described where things were, not how far.\n\n[image id=\"18435\"]\n\n## Live and streaming: Serial ADM\n\nThe standard ADM sits in a file, which is fine for a finished production and useless for a live broadcast. For that there is Serial ADM, standardised as ITU-R BS.2125, which chops the same model into time-aligned frames that can be carried alongside a live stream.\n\nThe relevance for most people is indirect but real. It is the reason a live event can be produced object-based at all, rather than being flattened to a fixed channel layout at the outside broadcast truck.\n\n## What handles ADM files\n\nThe Dolby Atmos Renderer in the Production Suite and Mastering Suite writes and reads ADM BWF. Nuendo and Pro Tools can deliver into it. The EBU and the ITU publish open reference tools, including a free renderer, which is the honest way to check whether your file says what you think it says.\n\nThe important habit is to verify before delivery rather than after rejection. An ADM file that opens is not the same as an ADM file that is correct, and the failure mode is silent: objects land in the wrong place instead of the file refusing to load.\n\n[image id=\"18437\"]\n\n## Where ADM came from\n\nThe push behind it was ORPHEUS, an EU Horizon 2020 research project that built an end-to-end object-based audio pipeline with broadcasters, research institutes and manufacturers involved. The goal was infrastructure rather than a product: recording, production, distribution and playback that all speak the same object language.\n\nThat origin explains the shape of the standard. It is deliberately not tied to a vendor, which is also why it works as a neutral exchange format between systems that otherwise share nothing.\n\n[image id=\"9809\"]\n\n## Frequently asked questions\n\n### What does ADM stand for in audio?\n\nAudio Definition Model, the ITU-R BS.2076 metadata standard for describing object-based and scene-based audio productions.\n\n### What is an ADM BWF file?\n\nA BW64 wave file that carries the audio tracks plus the ADM description of them in its `axml` chunk. It is the standard deliverable for Dolby Atmos music.\n\n### Is ADM a codec?\n\nNo. It stores no audio and compresses nothing. It is metadata that describes audio stored alongside it, which is exactly why it can be used with different codecs downstream.\n\n### Can I open an ADM file in a normal player?\n\nIt will usually play as a multichannel wave file, because the audio is stored uncompressed. What you will not get is the spatial arrangement, since a normal player ignores the metadata chunk.\n\n### Does ADM store distance?\n\nThe model has provision for it, but Dolby Atmos does not transmit distance information, so in the most common workflow you handle distance yourself through reverb and level.\n\n### What is the difference between ADM and S-ADM?\n\nADM describes a complete file. Serial ADM, ITU-R BS.2125, carries the same model as a stream of frames so it can be used live.\n\n[link id=\"779\" text=\"Back to the Blog\"]\n\n### Let's talk about your project\n\nNeed to deliver object-based and want to know whether your ADM arrives clean?\n\n[link id=\"155\" text=\"Get in touch \u2192\"]\n","related_articles":[9905,9349,6191,9659,10750]},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Audio Definition Model (ADM) supercharges 3D Dolby Atmos<\/title>\n<meta name=\"description\" content=\"Find out how the audio definition model revolutionizes sound design. Learn the influence of ADM in 3D audio experience.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.vrtonung.de\/en\/audio-definition-model-adm-supercharges-3d-dolby-atmos\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Audio Definition Model (ADM) supercharges 3D Dolby Atmos\" \/>\n<meta property=\"og:description\" content=\"Find out how the audio definition model revolutionizes sound design. Learn the influence of ADM in 3D audio experience.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.vrtonung.de\/en\/audio-definition-model-adm-supercharges-3d-dolby-atmos\/\" \/>\n<meta property=\"og:site_name\" content=\"VRTONUNG - 3D Audio\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-14T19:14:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-24T18:45:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.vrtonung.de\/wp-content\/uploads\/vrtestung_an_audio_definition_model_that_facilitates_the_embedd_6bcddb43-7962-4807-8a2a-1ee9c5d5c910-2-768x403-aimg.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"768\" \/>\n\t<meta property=\"og:image:height\" content=\"403\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Martin Rieger\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/www.vrtonung.de\/wp-content\/uploads\/vrtestung_an_audio_definition_model_that_facilitates_the_embedd_6bcddb43-7962-4807-8a2a-1ee9c5d5c910-3.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Martin Rieger\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"14 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.vrtonung.de\\\/en\\\/audio-definition-model-adm-supercharges-3d-dolby-atmos\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.vrtonung.de\\\/en\\\/audio-definition-model-adm-supercharges-3d-dolby-atmos\\\/\"},\"author\":{\"name\":\"Martin Rieger\",\"@id\":\"https:\\\/\\\/www.vrtonung.de\\\/#\\\/schema\\\/person\\\/0a586c92ff9b8233fa41e5681b508b3c\"},\"headline\":\"Audio Definition Model (ADM) supercharges 3D Dolby Atmos\",\"datePublished\":\"2024-04-14T19:14:48+00:00\",\"dateModified\":\"2026-08-24T18:45:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.vrtonung.de\\\/en\\\/audio-definition-model-adm-supercharges-3d-dolby-atmos\\\/\"},\"wordCount\":8,\"publisher\":{\"@id\":\"https:\\\/\\\/www.vrtonung.de\\\/#\\\/schema\\\/person\\\/0a586c92ff9b8233fa41e5681b508b3c\"},\"keywords\":[\"0DoF\",\"Software &amp; Formats\"],\"articleSection\":[\"Unkategorisiert\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.vrtonung.de\\\/en\\\/audio-definition-model-adm-supercharges-3d-dolby-atmos\\\/\",\"url\":\"https:\\\/\\\/www.vrtonung.de\\\/en\\\/audio-definition-model-adm-supercharges-3d-dolby-atmos\\\/\",\"name\":\"Audio Definition Model (ADM) supercharges 3D Dolby Atmos\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.vrtonung.de\\\/#website\"},\"datePublished\":\"2024-04-14T19:14:48+00:00\",\"dateModified\":\"2026-08-24T18:45:46+00:00\",\"description\":\"Find out how the audio definition model revolutionizes sound design. Learn the influence of ADM in 3D audio experience.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.vrtonung.de\\\/en\\\/audio-definition-model-adm-supercharges-3d-dolby-atmos\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.vrtonung.de\\\/en\\\/audio-definition-model-adm-supercharges-3d-dolby-atmos\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.vrtonung.de\\\/en\\\/audio-definition-model-adm-supercharges-3d-dolby-atmos\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.vrtonung.de\\\/en\\\/startseite\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Audio Definition Model (ADM) supercharges 3D Dolby Atmos\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.vrtonung.de\\\/#website\",\"url\":\"https:\\\/\\\/www.vrtonung.de\\\/\",\"name\":\"VRTONUNG - 3D Audio\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.vrtonung.de\\\/#\\\/schema\\\/person\\\/0a586c92ff9b8233fa41e5681b508b3c\"},\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.vrtonung.de\\\/#\\\/schema\\\/person\\\/0a586c92ff9b8233fa41e5681b508b3c\",\"name\":\"Martin Rieger\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.vrtonung.de\\\/wp-content\\\/uploads\\\/MartinRieger_Profile_2023_squoosh.jpg\",\"url\":\"https:\\\/\\\/www.vrtonung.de\\\/wp-content\\\/uploads\\\/MartinRieger_Profile_2023_squoosh.jpg\",\"contentUrl\":\"https:\\\/\\\/www.vrtonung.de\\\/wp-content\\\/uploads\\\/MartinRieger_Profile_2023_squoosh.jpg\",\"width\":1079,\"height\":1079,\"caption\":\"Martin Rieger\"},\"logo\":{\"@id\":\"https:\\\/\\\/www.vrtonung.de\\\/wp-content\\\/uploads\\\/MartinRieger_Profile_2023_squoosh.jpg\"},\"description\":\"Martin Rieger ist Tonmeister und Spatial-Audio-Spezialist aus M\u00fcnchen. Unter dem Namen VRTONUNG produziert und ber\u00e4t er immersive Klangwelten f\u00fcr VR-, XR- und 360\u00b0-Produktionen, Events, Marken und Audio-Hersteller \u2013 von der Ambisonics-Aufnahme \u00fcber die Postproduktion bis zur Dolby-Atmos-Mischung. Daneben h\u00e4lt er Vortr\u00e4ge und Workshops zu 3D-Audio.\",\"worksFor\":{\"@id\":\"https:\\\/\\\/www.vrtonung.de\\\/#localbusiness\"},\"knowsAbout\":[\"3D audio\",\"spatial audio\",\"Ambisonics\",\"Dolby Atmos\",\"binaural audio\",\"VR and XR sound\",\"360\u00b0 sound design\"]},{\"@type\":\"LocalBusiness\",\"@id\":\"https:\\\/\\\/www.vrtonung.de\\\/#localbusiness\",\"name\":\"VRTONUNG\",\"url\":\"https:\\\/\\\/www.vrtonung.de\\\/\",\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/VRTonung\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/vrtonung\",\"https:\\\/\\\/www.youtube.com\\\/@vrtonung\",\"https:\\\/\\\/www.instagram.com\\\/vrtonung\\\/\",\"https:\\\/\\\/www.tiktok.com\\\/@vrtonung\"],\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"Feldmochinger Stra\u00dfe 19\",\"postalCode\":\"80992\",\"addressLocality\":\"M\u00fcnchen\",\"addressRegion\":\"Bayern\",\"addressCountry\":\"DE\"},\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":48.179695,\"longitude\":11.521273},\"telephone\":\"+49-1577-5979753\",\"email\":\"info@vrtonung.de\",\"openingHoursSpecification\":[{\"@type\":\"OpeningHoursSpecification\",\"dayOfWeek\":[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"],\"opens\":\"09:30\",\"closes\":\"18:00\"}],\"areaServed\":[{\"@type\":\"Country\",\"name\":\"Deutschland\"},{\"@type\":\"Country\",\"name\":\"\u00d6sterreich\"},{\"@type\":\"Country\",\"name\":\"Schweiz\"}],\"knowsAbout\":[\"3D audio\",\"spatial audio\",\"Ambisonics\",\"Dolby Atmos\",\"binaural audio\",\"VR and XR sound\",\"360\u00b0 sound design\"],\"description\":\"Studio for immersive 3D and spatial audio in Munich. Recording, post-production and consulting for VR, XR and 360\u00b0 productions, events, brands and audio manufacturers.\",\"founder\":{\"@id\":\"https:\\\/\\\/www.vrtonung.de\\\/#\\\/schema\\\/person\\\/0a586c92ff9b8233fa41e5681b508b3c\"},\"employee\":{\"@id\":\"https:\\\/\\\/www.vrtonung.de\\\/#\\\/schema\\\/person\\\/0a586c92ff9b8233fa41e5681b508b3c\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Audio Definition Model (ADM) supercharges 3D Dolby Atmos","description":"Find out how the audio definition model revolutionizes sound design. Learn the influence of ADM in 3D audio experience.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.vrtonung.de\/en\/audio-definition-model-adm-supercharges-3d-dolby-atmos\/","og_locale":"en_US","og_type":"article","og_title":"Audio Definition Model (ADM) supercharges 3D Dolby Atmos","og_description":"Find out how the audio definition model revolutionizes sound design. Learn the influence of ADM in 3D audio experience.","og_url":"https:\/\/www.vrtonung.de\/en\/audio-definition-model-adm-supercharges-3d-dolby-atmos\/","og_site_name":"VRTONUNG - 3D Audio","article_published_time":"2024-04-14T19:14:48+00:00","article_modified_time":"2026-08-24T18:45:46+00:00","og_image":[{"width":768,"height":403,"url":"https:\/\/www.vrtonung.de\/wp-content\/uploads\/vrtestung_an_audio_definition_model_that_facilitates_the_embedd_6bcddb43-7962-4807-8a2a-1ee9c5d5c910-2-768x403-aimg.jpg","type":"image\/jpeg"}],"author":"Martin Rieger","twitter_card":"summary_large_image","twitter_image":"https:\/\/www.vrtonung.de\/wp-content\/uploads\/vrtestung_an_audio_definition_model_that_facilitates_the_embedd_6bcddb43-7962-4807-8a2a-1ee9c5d5c910-3.jpg","twitter_misc":{"Written by":"Martin Rieger","Est. reading time":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.vrtonung.de\/en\/audio-definition-model-adm-supercharges-3d-dolby-atmos\/#article","isPartOf":{"@id":"https:\/\/www.vrtonung.de\/en\/audio-definition-model-adm-supercharges-3d-dolby-atmos\/"},"author":{"name":"Martin Rieger","@id":"https:\/\/www.vrtonung.de\/#\/schema\/person\/0a586c92ff9b8233fa41e5681b508b3c"},"headline":"Audio Definition Model (ADM) supercharges 3D Dolby Atmos","datePublished":"2024-04-14T19:14:48+00:00","dateModified":"2026-08-24T18:45:46+00:00","mainEntityOfPage":{"@id":"https:\/\/www.vrtonung.de\/en\/audio-definition-model-adm-supercharges-3d-dolby-atmos\/"},"wordCount":8,"publisher":{"@id":"https:\/\/www.vrtonung.de\/#\/schema\/person\/0a586c92ff9b8233fa41e5681b508b3c"},"keywords":["0DoF","Software &amp; Formats"],"articleSection":["Unkategorisiert"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.vrtonung.de\/en\/audio-definition-model-adm-supercharges-3d-dolby-atmos\/","url":"https:\/\/www.vrtonung.de\/en\/audio-definition-model-adm-supercharges-3d-dolby-atmos\/","name":"Audio Definition Model (ADM) supercharges 3D Dolby Atmos","isPartOf":{"@id":"https:\/\/www.vrtonung.de\/#website"},"datePublished":"2024-04-14T19:14:48+00:00","dateModified":"2026-08-24T18:45:46+00:00","description":"Find out how the audio definition model revolutionizes sound design. Learn the influence of ADM in 3D audio experience.","breadcrumb":{"@id":"https:\/\/www.vrtonung.de\/en\/audio-definition-model-adm-supercharges-3d-dolby-atmos\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.vrtonung.de\/en\/audio-definition-model-adm-supercharges-3d-dolby-atmos\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.vrtonung.de\/en\/audio-definition-model-adm-supercharges-3d-dolby-atmos\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.vrtonung.de\/en\/startseite\/"},{"@type":"ListItem","position":2,"name":"Audio Definition Model (ADM) supercharges 3D Dolby Atmos"}]},{"@type":"WebSite","@id":"https:\/\/www.vrtonung.de\/#website","url":"https:\/\/www.vrtonung.de\/","name":"VRTONUNG - 3D Audio","description":"","publisher":{"@id":"https:\/\/www.vrtonung.de\/#\/schema\/person\/0a586c92ff9b8233fa41e5681b508b3c"},"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.vrtonung.de\/#\/schema\/person\/0a586c92ff9b8233fa41e5681b508b3c","name":"Martin Rieger","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.vrtonung.de\/wp-content\/uploads\/MartinRieger_Profile_2023_squoosh.jpg","url":"https:\/\/www.vrtonung.de\/wp-content\/uploads\/MartinRieger_Profile_2023_squoosh.jpg","contentUrl":"https:\/\/www.vrtonung.de\/wp-content\/uploads\/MartinRieger_Profile_2023_squoosh.jpg","width":1079,"height":1079,"caption":"Martin Rieger"},"logo":{"@id":"https:\/\/www.vrtonung.de\/wp-content\/uploads\/MartinRieger_Profile_2023_squoosh.jpg"},"description":"Martin Rieger ist Tonmeister und Spatial-Audio-Spezialist aus M\u00fcnchen. Unter dem Namen VRTONUNG produziert und ber\u00e4t er immersive Klangwelten f\u00fcr VR-, XR- und 360\u00b0-Produktionen, Events, Marken und Audio-Hersteller \u2013 von der Ambisonics-Aufnahme \u00fcber die Postproduktion bis zur Dolby-Atmos-Mischung. Daneben h\u00e4lt er Vortr\u00e4ge und Workshops zu 3D-Audio.","worksFor":{"@id":"https:\/\/www.vrtonung.de\/#localbusiness"},"knowsAbout":["3D audio","spatial audio","Ambisonics","Dolby Atmos","binaural audio","VR and XR sound","360\u00b0 sound design"]},{"@type":"LocalBusiness","@id":"https:\/\/www.vrtonung.de\/#localbusiness","name":"VRTONUNG","url":"https:\/\/www.vrtonung.de\/","sameAs":["https:\/\/www.facebook.com\/VRTonung\/","https:\/\/www.linkedin.com\/company\/vrtonung","https:\/\/www.youtube.com\/@vrtonung","https:\/\/www.instagram.com\/vrtonung\/","https:\/\/www.tiktok.com\/@vrtonung"],"address":{"@type":"PostalAddress","streetAddress":"Feldmochinger Stra\u00dfe 19","postalCode":"80992","addressLocality":"M\u00fcnchen","addressRegion":"Bayern","addressCountry":"DE"},"geo":{"@type":"GeoCoordinates","latitude":48.179695,"longitude":11.521273},"telephone":"+49-1577-5979753","email":"info@vrtonung.de","openingHoursSpecification":[{"@type":"OpeningHoursSpecification","dayOfWeek":["Monday","Tuesday","Wednesday","Thursday","Friday"],"opens":"09:30","closes":"18:00"}],"areaServed":[{"@type":"Country","name":"Deutschland"},{"@type":"Country","name":"\u00d6sterreich"},{"@type":"Country","name":"Schweiz"}],"knowsAbout":["3D audio","spatial audio","Ambisonics","Dolby Atmos","binaural audio","VR and XR sound","360\u00b0 sound design"],"description":"Studio for immersive 3D and spatial audio in Munich. Recording, post-production and consulting for VR, XR and 360\u00b0 productions, events, brands and audio manufacturers.","founder":{"@id":"https:\/\/www.vrtonung.de\/#\/schema\/person\/0a586c92ff9b8233fa41e5681b508b3c"},"employee":{"@id":"https:\/\/www.vrtonung.de\/#\/schema\/person\/0a586c92ff9b8233fa41e5681b508b3c"}}]}},"_links":{"self":[{"href":"https:\/\/www.vrtonung.de\/en\/wp-json\/wp\/v2\/posts\/11271","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.vrtonung.de\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.vrtonung.de\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.vrtonung.de\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vrtonung.de\/en\/wp-json\/wp\/v2\/comments?post=11271"}],"version-history":[{"count":9,"href":"https:\/\/www.vrtonung.de\/en\/wp-json\/wp\/v2\/posts\/11271\/revisions"}],"predecessor-version":[{"id":20117,"href":"https:\/\/www.vrtonung.de\/en\/wp-json\/wp\/v2\/posts\/11271\/revisions\/20117"}],"acf:post":[{"embeddable":true,"href":"https:\/\/www.vrtonung.de\/en\/wp-json\/wp\/v2\/posts\/10750"},{"embeddable":true,"href":"https:\/\/www.vrtonung.de\/en\/wp-json\/wp\/v2\/posts\/9659"},{"embeddable":true,"href":"https:\/\/www.vrtonung.de\/en\/wp-json\/wp\/v2\/posts\/6191"},{"embeddable":true,"href":"https:\/\/www.vrtonung.de\/en\/wp-json\/wp\/v2\/posts\/9349"},{"embeddable":true,"href":"https:\/\/www.vrtonung.de\/en\/wp-json\/wp\/v2\/posts\/9905"}],"wp:attachment":[{"href":"https:\/\/www.vrtonung.de\/en\/wp-json\/wp\/v2\/media?parent=11271"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.vrtonung.de\/en\/wp-json\/wp\/v2\/categories?post=11271"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.vrtonung.de\/en\/wp-json\/wp\/v2\/tags?post=11271"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}