{"id":341,"date":"2021-09-14T10:40:08","date_gmt":"2021-09-14T08:40:08","guid":{"rendered":"https:\/\/blog.zhaw.ch\/high-performance\/?p=341"},"modified":"2021-09-14T11:16:17","modified_gmt":"2021-09-14T09:16:17","slug":"jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4","status":"publish","type":"post","link":"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/","title":{"rendered":"Jamulus-Direct low latency music performance application for RaspberryPi 4"},"content":{"rendered":"\n<p><strong>The <strong>Institute of Embedded Systems<\/strong> (InES)<\/strong> <strong>High Performance Multimedia group generated a low latency version of the classic Jamulus music rehearsal application for the Raspberry Pi 4<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"684\" src=\"https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/pi_audio_interface_200-1024x684.jpg\" alt=\"\" class=\"wp-image-346\" srcset=\"https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/pi_audio_interface_200-1024x684.jpg 1024w, https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/pi_audio_interface_200-300x200.jpg 300w, https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/pi_audio_interface_200-768x513.jpg 768w, https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/pi_audio_interface_200-1536x1026.jpg 1536w, https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/pi_audio_interface_200-676x452.jpg 676w, https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/pi_audio_interface_200.jpg 2007w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>The classic Jamulus is an open source application for music groups who want to rehearse over the internet. Especially with the global pandemic, Jamulus is a great solution for bands and choirs to rehearse from home.<br>With the Jamulus-Direct solution, the Institute of Embedded Systems reduces the latency of the audio connection compared to the classic Jamulus. The low audio latency is achieved through multiple peer-to-peer connections. This means that each participant is connected to the other members of the group via a dedicated connection. The audio no longer needs to be sent via an audio server, which reduces the latency.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Peer-to-Peer communication in Jamulus Direct reduces latency<\/h2>\n\n\n\n<p>The figure below shows the audio transmission in a  classical server based session with three clients. Three computers run a client software. Computer 0 starts a client and a server. Each client sends their own audio to the server. The audio is mixed together at the server and sent back to the clients. However, the server topology shown below introduces latency because all data has to make a detour over the server.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"390\" height=\"232\" src=\"https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/Screenshot-2021-08-19-at-08.11.40.png\" alt=\"\" class=\"wp-image-350\" srcset=\"https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/Screenshot-2021-08-19-at-08.11.40.png 390w, https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/Screenshot-2021-08-19-at-08.11.40-300x178.png 300w\" sizes=\"auto, (max-width: 390px) 100vw, 390px\" \/><figcaption>No peer-to-peer communication in classical Jamulus introduces latency <\/figcaption><\/figure>\n\n\n\n<p><br>Therefore, in Jamulus direct, a peer-to-peer topology eliminates the detour via the server (see figure below). Each participant in a peer-to-peer system exchanges its data with each other participant. Peer-to-peer is therefore the preferred structure to achieve the lowest possible latency.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"403\" height=\"236\" src=\"https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/Screenshot-2021-08-19-at-08.15.31.png\" alt=\"\" class=\"wp-image-351\" srcset=\"https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/Screenshot-2021-08-19-at-08.15.31.png 403w, https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/Screenshot-2021-08-19-at-08.15.31-300x176.png 300w\" sizes=\"auto, (max-width: 403px) 100vw, 403px\" \/><figcaption>Peer to peer connections between three clients<\/figcaption><\/figure>\n\n\n\n<p>This setup ensures the lowest possible latency between each device. <br>To achieve low latency, a few challenges had to be mastered to get a well functioning system. <br>For instance, that peer to peer connections usually are blocked by the firewall of the network router and therefore need a mechanism to open these ports on the firewall.<br>A further issue is the management of the session. In server based systems, the server usually manages the session. It is the contact point for new clients to register to join the session and also to unregister when leaving.<br>The peer-to-peer audio transmission showed audio latencies under 30 milliseconds for two locations, with a ping time of 13 milliseconds.<br><a href=\"https:\/\/github.com\/InES-HPMM\/jamulus_direct\/releases\/download\/documentation\/MT20_sczr_final.pdf\">A detailed paper of Jamulus Direct can be downloaded here.<\/a><\/p>\n\n\n\n<p><strong>Jamulus-Direct<\/strong> is written for the Raspberry Pi 4 and achieves high quality audio utilizing a USB audio card connected via the RPI4 USB interface. Every audio card with available Linux drivers is suitable (Tested with Focusrite Scarlet 2i2 and Behringer U-Phoria UM2)<\/p>\n\n\n\n<p>There are two ways you can use Jamulus-Direct:<br>1.) Burn Jamulus-Direct onto a SD-card and dedicate your Raspberry Pi for Jamulus-Direct<br><a href=\"https:\/\/github.com\/InES-HPMM\/jamulus_direct\/blob\/master\/README.md#Setup-Jamulus-Direct-Image-on-a-RaspberryPi\" target=\"_blank\" rel=\"noreferrer noopener\">(Instructions for dedicated SD-card installation)<\/a><\/p>\n\n\n\n<p>2.) Use Jamulus on your existing Raspberry Pi4 with Raspberry Pi OS already installed<br><a rel=\"noreferrer noopener\" href=\"https:\/\/github.com\/InES-HPMM\/jamulus_direct\/blob\/master\/README.md#Install-Jamulus-Direct-on-an-already-running-RaspberryPi\" target=\"_blank\">(Instructions with already installed Raspberry Pi OS)<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Institute of Embedded Systems (InES) High Performance Multimedia group generated a low latency version of the classic Jamulus music rehearsal application for the Raspberry Pi 4 The classic Jamulus is an open source application for music groups who want to rehearse over the internet. Especially with the global pandemic, Jamulus is a great solution [&hellip;]<\/p>\n","protected":false},"author":271,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"footnotes":""},"categories":[1],"tags":[],"features":[],"class_list":["post-341","post","type-post","status-publish","format-standard","hentry","category-allgemein"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Jamulus-Direct low latency music performance application for RaspberryPi 4 - Embedded High Performance Multimedia Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Jamulus-Direct low latency music performance application for RaspberryPi 4\" \/>\n<meta property=\"og:description\" content=\"The Institute of Embedded Systems (InES) High Performance Multimedia group generated a low latency version of the classic Jamulus music rehearsal application for the Raspberry Pi 4 The classic Jamulus is an open source application for music groups who want to rehearse over the internet. Especially with the global pandemic, Jamulus is a great solution [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/\" \/>\n<meta property=\"og:site_name\" content=\"Embedded High Performance Multimedia Blog\" \/>\n<meta property=\"article:published_time\" content=\"2021-09-14T08:40:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-14T09:16:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/pi_audio_interface_200-1024x684.jpg\" \/>\n<meta name=\"author\" content=\"gelk\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"gelk\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/\"},\"author\":{\"name\":\"gelk\",\"@id\":\"https:\/\/blog.zhaw.ch\/high-performance\/#\/schema\/person\/f4fab1587a03110cf79f1bf51f32ebfa\"},\"headline\":\"Jamulus-Direct low latency music performance application for RaspberryPi 4\",\"datePublished\":\"2021-09-14T08:40:08+00:00\",\"dateModified\":\"2021-09-14T09:16:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/\"},\"wordCount\":478,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/pi_audio_interface_200-1024x684.jpg\",\"articleSection\":[\"Allgemein\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/\",\"url\":\"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/\",\"name\":\"Jamulus-Direct low latency music performance application for RaspberryPi 4 - Embedded High Performance Multimedia Blog\",\"isPartOf\":{\"@id\":\"https:\/\/blog.zhaw.ch\/high-performance\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/pi_audio_interface_200-1024x684.jpg\",\"datePublished\":\"2021-09-14T08:40:08+00:00\",\"dateModified\":\"2021-09-14T09:16:17+00:00\",\"author\":{\"@id\":\"https:\/\/blog.zhaw.ch\/high-performance\/#\/schema\/person\/f4fab1587a03110cf79f1bf51f32ebfa\"},\"breadcrumb\":{\"@id\":\"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/#primaryimage\",\"url\":\"https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/pi_audio_interface_200-1024x684.jpg\",\"contentUrl\":\"https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/pi_audio_interface_200-1024x684.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/blog.zhaw.ch\/high-performance\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Jamulus-Direct low latency music performance application for RaspberryPi 4\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.zhaw.ch\/high-performance\/#website\",\"url\":\"https:\/\/blog.zhaw.ch\/high-performance\/\",\"name\":\"Embedded High Performance Multimedia Blog\",\"description\":\"A Blog of the ZHAW Zurich University of Applied Sciences\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.zhaw.ch\/high-performance\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.zhaw.ch\/high-performance\/#\/schema\/person\/f4fab1587a03110cf79f1bf51f32ebfa\",\"name\":\"gelk\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/blog.zhaw.ch\/high-performance\/files\/2016\/05\/blog_portrait-e1464078746248.png\",\"url\":\"https:\/\/blog.zhaw.ch\/high-performance\/files\/2016\/05\/blog_portrait-e1464078746248.png\",\"contentUrl\":\"https:\/\/blog.zhaw.ch\/high-performance\/files\/2016\/05\/blog_portrait-e1464078746248.png\",\"caption\":\"gelk\"},\"url\":\"https:\/\/blog.zhaw.ch\/high-performance\/author\/gelk\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Jamulus-Direct low latency music performance application for RaspberryPi 4 - Embedded High Performance Multimedia Blog","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:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/","og_locale":"en_GB","og_type":"article","og_title":"Jamulus-Direct low latency music performance application for RaspberryPi 4","og_description":"The Institute of Embedded Systems (InES) High Performance Multimedia group generated a low latency version of the classic Jamulus music rehearsal application for the Raspberry Pi 4 The classic Jamulus is an open source application for music groups who want to rehearse over the internet. Especially with the global pandemic, Jamulus is a great solution [&hellip;]","og_url":"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/","og_site_name":"Embedded High Performance Multimedia Blog","article_published_time":"2021-09-14T08:40:08+00:00","article_modified_time":"2021-09-14T09:16:17+00:00","og_image":[{"url":"https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/pi_audio_interface_200-1024x684.jpg","type":"","width":"","height":""}],"author":"gelk","twitter_card":"summary_large_image","twitter_misc":{"Written by":"gelk","Estimated reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/#article","isPartOf":{"@id":"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/"},"author":{"name":"gelk","@id":"https:\/\/blog.zhaw.ch\/high-performance\/#\/schema\/person\/f4fab1587a03110cf79f1bf51f32ebfa"},"headline":"Jamulus-Direct low latency music performance application for RaspberryPi 4","datePublished":"2021-09-14T08:40:08+00:00","dateModified":"2021-09-14T09:16:17+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/"},"wordCount":478,"commentCount":0,"image":{"@id":"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/pi_audio_interface_200-1024x684.jpg","articleSection":["Allgemein"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/","url":"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/","name":"Jamulus-Direct low latency music performance application for RaspberryPi 4 - Embedded High Performance Multimedia Blog","isPartOf":{"@id":"https:\/\/blog.zhaw.ch\/high-performance\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/#primaryimage"},"image":{"@id":"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/pi_audio_interface_200-1024x684.jpg","datePublished":"2021-09-14T08:40:08+00:00","dateModified":"2021-09-14T09:16:17+00:00","author":{"@id":"https:\/\/blog.zhaw.ch\/high-performance\/#\/schema\/person\/f4fab1587a03110cf79f1bf51f32ebfa"},"breadcrumb":{"@id":"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/#primaryimage","url":"https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/pi_audio_interface_200-1024x684.jpg","contentUrl":"https:\/\/blog.zhaw.ch\/high-performance\/files\/2021\/08\/pi_audio_interface_200-1024x684.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/blog.zhaw.ch\/high-performance\/2021\/09\/14\/jamulus-direct-low-latency-music-performance-application-for-raspberrypi-4\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/blog.zhaw.ch\/high-performance\/"},{"@type":"ListItem","position":2,"name":"Jamulus-Direct low latency music performance application for RaspberryPi 4"}]},{"@type":"WebSite","@id":"https:\/\/blog.zhaw.ch\/high-performance\/#website","url":"https:\/\/blog.zhaw.ch\/high-performance\/","name":"Embedded High Performance Multimedia Blog","description":"A Blog of the ZHAW Zurich University of Applied Sciences","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.zhaw.ch\/high-performance\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/blog.zhaw.ch\/high-performance\/#\/schema\/person\/f4fab1587a03110cf79f1bf51f32ebfa","name":"gelk","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/blog.zhaw.ch\/high-performance\/files\/2016\/05\/blog_portrait-e1464078746248.png","url":"https:\/\/blog.zhaw.ch\/high-performance\/files\/2016\/05\/blog_portrait-e1464078746248.png","contentUrl":"https:\/\/blog.zhaw.ch\/high-performance\/files\/2016\/05\/blog_portrait-e1464078746248.png","caption":"gelk"},"url":"https:\/\/blog.zhaw.ch\/high-performance\/author\/gelk\/"}]}},"_links":{"self":[{"href":"https:\/\/blog.zhaw.ch\/high-performance\/wp-json\/wp\/v2\/posts\/341","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.zhaw.ch\/high-performance\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.zhaw.ch\/high-performance\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.zhaw.ch\/high-performance\/wp-json\/wp\/v2\/users\/271"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.zhaw.ch\/high-performance\/wp-json\/wp\/v2\/comments?post=341"}],"version-history":[{"count":11,"href":"https:\/\/blog.zhaw.ch\/high-performance\/wp-json\/wp\/v2\/posts\/341\/revisions"}],"predecessor-version":[{"id":362,"href":"https:\/\/blog.zhaw.ch\/high-performance\/wp-json\/wp\/v2\/posts\/341\/revisions\/362"}],"wp:attachment":[{"href":"https:\/\/blog.zhaw.ch\/high-performance\/wp-json\/wp\/v2\/media?parent=341"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.zhaw.ch\/high-performance\/wp-json\/wp\/v2\/categories?post=341"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.zhaw.ch\/high-performance\/wp-json\/wp\/v2\/tags?post=341"},{"taxonomy":"features","embeddable":true,"href":"https:\/\/blog.zhaw.ch\/high-performance\/wp-json\/wp\/v2\/features?post=341"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}