{"id":4242,"date":"2014-01-29T23:36:08","date_gmt":"2014-01-30T07:36:08","guid":{"rendered":"http:\/\/multimedia.cx\/eggs\/?p=4242"},"modified":"2014-01-29T23:43:48","modified_gmt":"2014-01-30T07:43:48","slug":"chromes-new-audio-notifier","status":"publish","type":"post","link":"https:\/\/multimedia.cx\/eggs\/chromes-new-audio-notifier\/","title":{"rendered":"Chrome&#8217;s New Audio Notifier"},"content":{"rendered":"<p>Version 32 of Google&#8217;s Chrome web browser introduced this nifty feature:<\/p>\n<p><center><br \/>\n<a href=\"http:\/\/gamemusic.multimedia.cx\/listen\/29-castlevania-nintendo-nes\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/multimedia.cx\/eggs\/wp-content\/uploads\/2014\/01\/chrome-audio-notifier.png\" alt=\"Chrome audio notifier icon\" width=\"222\" height=\"64\" class=\"aligncenter size-full wp-image-4243\" \/><\/a><br \/>\n<\/center><\/p>\n<p>When a browser tab has an element that is producing audio, the browser&#8217;s tab shows the above audio notification icon to inform the user. I have seen that people have a few questions about this, specifically:<\/p>\n<ol>\n<li>How does this feature work?<\/li>\n<li>Why wasn&#8217;t this done sooner?<\/li>\n<li>Are other browsers going to follow suit?<\/li>\n<\/ol>\n<p>Short answers: 1) Chrome offers a new plugin API that the Flash Player is now using, as are Chrome&#8217;s internal media playing facilities; 2) this feature was contingent on the new plugin infrastructure mentioned in the previous answer; 3) other browsers would require the same infrastructure support.<\/p>\n<p><em>Longer answers follow&#8230;<\/em><\/p>\n<p><strong>Plugin History<\/strong><br \/>\nPlugins were originally based on the <a href=\"http:\/\/en.wikipedia.org\/wiki\/NPAPI\">Netscape Plugin API<\/a>. This was developed in the early 1990s in order to support embedding PDFs into the Netscape web browser. The NPAPI does things like providing graphics contexts for drawing and input processing, and mediate network requests through the browser&#8217;s network facilities.<\/p>\n<p>What NPAPI doesn&#8217;t do is handle audio. In the early-mid 1990s, audio support was not a widespread consideration in the consumer PC arena. Due to the lack of audio API support, if a plugin wanted to play audio, it had to go outside of the plugin framework.<\/p>\n<p><center><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/multimedia.cx\/eggs\/wp-content\/uploads\/2014\/01\/npapi-plugin-audio-model.png\" alt=\"NPAPI plugin model\" width=\"576\" height=\"218\" class=\"aligncenter size-full wp-image-4244\" srcset=\"https:\/\/multimedia.cx\/eggs\/wp-content\/uploads\/2014\/01\/npapi-plugin-audio-model.png 576w, https:\/\/multimedia.cx\/eggs\/wp-content\/uploads\/2014\/01\/npapi-plugin-audio-model-300x113.png 300w\" sizes=\"auto, (max-width: 576px) 100vw, 576px\" \/><br \/>\n<\/center><\/p>\n<p>There are a few downsides to this approach:<\/p>\n<ul>\n<li>If a plugin wants to play audio, it needs to access unique audio APIs on each supported platform. <a href=\"http:\/\/blogs.adobe.com\/penguinswf\/2007\/05\/welcome_to_the_jungle.html\">One of the most famous things I&#8217;ve ever written deals concerns this nightmare on Linux.<\/a> (<a href=\"http:\/\/i.imgur.com\/LhOcq.png\">The picture worth a thousand words.<\/a>)<\/li>\n<li>Plugin necessarily needs free unrestricted access to system facilities, i.e., security measures like sandboxing become more difficult without restricting functionality.<\/li>\n<li><strong>Since the browser doesn&#8217;t mediate access to the audio APIs, the browser can&#8217;t reasonably be expected to know when a plugin is accessing the audio resources.<\/strong><\/li>\n<\/ul>\n<p>So that last item hopefully answers the question of why it has been so difficult for NPAPI-supporting browsers to implement what seems like it would be simple functionality, like implementing a per-tab audio notifier.<\/p>\n<p><strong>Plugin Future<\/strong><br \/>\nSince Google released Chrome in an effort to facilitate advancements on the client side of the internet, they have made numerous efforts to modernize various legacy aspects of web technology. These efforts include the <a href=\"http:\/\/en.wikipedia.org\/wiki\/SPDY\">SPDY protocol<\/a>, <a href=\"https:\/\/developers.google.com\/native-client\/dev\/\">Native Client<\/a>,  <a href=\"http:\/\/www.webmproject.org\/\">WebM\/WebP<\/a>, and something call the <a href=\"https:\/\/code.google.com\/p\/ppapi\/\">Pepper Plugin API (PPAPI)<\/a>. This is a more modern take on the classic plugin architecture to supplant the aging NPAPI:<\/p>\n<p><center><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/multimedia.cx\/eggs\/wp-content\/uploads\/2014\/01\/ppapi-plugin-audio-model.png\" alt=\"PPAPI plugin model\" width=\"603\" height=\"141\" class=\"aligncenter size-full wp-image-4245\" srcset=\"https:\/\/multimedia.cx\/eggs\/wp-content\/uploads\/2014\/01\/ppapi-plugin-audio-model.png 603w, https:\/\/multimedia.cx\/eggs\/wp-content\/uploads\/2014\/01\/ppapi-plugin-audio-model-300x70.png 300w\" sizes=\"auto, (max-width: 603px) 100vw, 603px\" \/><br \/>\n<\/center><\/p>\n<p>Right away, we see that the job of the plugin writer is greatly simplified. Where was this API years ago when I was writing my API jungle piece?<\/p>\n<p>The Linux version of Chrome was apparently the first version that packaged the Pepper version of the Flash Player (doing so fixed an obnoxious bug in the Linux Flash Player interaction with GTK). Now, it looks like Windows and Mac have followed suit. Digging into the Chrome directory on a Windows 7 installation:<\/p>\n<p>AppData\\Local\\Google\\Chrome\\Application\\[version]\\PepperFlash\\pepflashplayer.dll<\/p>\n<p>This directory exists for version 31 as well, which is still hanging around my system.<\/p>\n<p><strong>So, to re-iterate: Chrome has a new plugin API that plugins use to access the audio API. Chrome knows when the API is accessed and that allows the browser to display the audio notifier on a tab.<\/strong><\/p>\n<p><strong>Other Browsers<\/strong><br \/>\nWhat about other browsers? <a href=\"https:\/\/wiki.mozilla.org\/NPAPI:Pepper\">&#8220;Mozilla is not interested in or working on Pepper at this time. See the Chrome Pepper pages.&#8221;<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Understanding how Chrome implements its new audio notifier icon<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-4242","post","type-post","status-publish","format-standard","hentry","category-general"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Understanding how Chrome implements its new audio notifier icon\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Multimedia Mike\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/multimedia.cx\/eggs\/chromes-new-audio-notifier\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Breaking Eggs And Making Omelettes | Topics On Multimedia Technology and Reverse Engineering\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Chrome\u2019s New Audio Notifier | Breaking Eggs And Making Omelettes\" \/>\n\t\t<meta property=\"og:description\" content=\"Understanding how Chrome implements its new audio notifier icon\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/multimedia.cx\/eggs\/chromes-new-audio-notifier\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2014-01-30T07:36:08+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2014-01-30T07:43:48+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Chrome\u2019s New Audio Notifier | Breaking Eggs And Making Omelettes\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Understanding how Chrome implements its new audio notifier icon\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/chromes-new-audio-notifier\\\/#article\",\"name\":\"Chrome\\u2019s New Audio Notifier | Breaking Eggs And Making Omelettes\",\"headline\":\"Chrome&#8217;s New Audio Notifier\",\"author\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/wp-content\\\/uploads\\\/2014\\\/01\\\/chrome-audio-notifier.png\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/chromes-new-audio-notifier\\\/#articleImage\",\"width\":222,\"height\":64,\"caption\":\"Chrome audio notifier icon\"},\"datePublished\":\"2014-01-29T23:36:08-08:00\",\"dateModified\":\"2014-01-29T23:43:48-08:00\",\"inLanguage\":\"en-US\",\"commentCount\":6,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/chromes-new-audio-notifier\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/chromes-new-audio-notifier\\\/#webpage\"},\"articleSection\":\"General\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/chromes-new-audio-notifier\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/multimedia.cx\\\/eggs\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/general\\\/#listItem\",\"name\":\"General\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/general\\\/#listItem\",\"position\":2,\"name\":\"General\",\"item\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/general\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/chromes-new-audio-notifier\\\/#listItem\",\"name\":\"Chrome&#8217;s New Audio Notifier\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/chromes-new-audio-notifier\\\/#listItem\",\"position\":3,\"name\":\"Chrome&#8217;s New Audio Notifier\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/general\\\/#listItem\",\"name\":\"General\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#organization\",\"name\":\"Breaking Eggs And Making Omelettes\",\"description\":\"Topics On Multimedia Technology and Reverse Engineering\",\"url\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/#author\",\"url\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/\",\"name\":\"Multimedia Mike\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/chromes-new-audio-notifier\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2eb93f7cada658f7986b5092062849fa255779eada3342c8f6b9a40764b95fdd?s=96&d=identicon&r=g\",\"width\":96,\"height\":96,\"caption\":\"Multimedia Mike\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/chromes-new-audio-notifier\\\/#webpage\",\"url\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/chromes-new-audio-notifier\\\/\",\"name\":\"Chrome\\u2019s New Audio Notifier | Breaking Eggs And Making Omelettes\",\"description\":\"Understanding how Chrome implements its new audio notifier icon\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/chromes-new-audio-notifier\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/#author\"},\"datePublished\":\"2014-01-29T23:36:08-08:00\",\"dateModified\":\"2014-01-29T23:43:48-08:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#website\",\"url\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/\",\"name\":\"Breaking Eggs And Making Omelettes\",\"description\":\"Topics On Multimedia Technology and Reverse Engineering\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Chrome\u2019s New Audio Notifier | Breaking Eggs And Making Omelettes","description":"Understanding how Chrome implements its new audio notifier icon","canonical_url":"https:\/\/multimedia.cx\/eggs\/chromes-new-audio-notifier\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/multimedia.cx\/eggs\/chromes-new-audio-notifier\/#article","name":"Chrome\u2019s New Audio Notifier | Breaking Eggs And Making Omelettes","headline":"Chrome&#8217;s New Audio Notifier","author":{"@id":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/#author"},"publisher":{"@id":"https:\/\/multimedia.cx\/eggs\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/multimedia.cx\/eggs\/wp-content\/uploads\/2014\/01\/chrome-audio-notifier.png","@id":"https:\/\/multimedia.cx\/eggs\/chromes-new-audio-notifier\/#articleImage","width":222,"height":64,"caption":"Chrome audio notifier icon"},"datePublished":"2014-01-29T23:36:08-08:00","dateModified":"2014-01-29T23:43:48-08:00","inLanguage":"en-US","commentCount":6,"mainEntityOfPage":{"@id":"https:\/\/multimedia.cx\/eggs\/chromes-new-audio-notifier\/#webpage"},"isPartOf":{"@id":"https:\/\/multimedia.cx\/eggs\/chromes-new-audio-notifier\/#webpage"},"articleSection":"General"},{"@type":"BreadcrumbList","@id":"https:\/\/multimedia.cx\/eggs\/chromes-new-audio-notifier\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs#listItem","position":1,"name":"Home","item":"https:\/\/multimedia.cx\/eggs","nextItem":{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/category\/general\/#listItem","name":"General"}},{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/category\/general\/#listItem","position":2,"name":"General","item":"https:\/\/multimedia.cx\/eggs\/category\/general\/","nextItem":{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/chromes-new-audio-notifier\/#listItem","name":"Chrome&#8217;s New Audio Notifier"},"previousItem":{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/chromes-new-audio-notifier\/#listItem","position":3,"name":"Chrome&#8217;s New Audio Notifier","previousItem":{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/category\/general\/#listItem","name":"General"}}]},{"@type":"Organization","@id":"https:\/\/multimedia.cx\/eggs\/#organization","name":"Breaking Eggs And Making Omelettes","description":"Topics On Multimedia Technology and Reverse Engineering","url":"https:\/\/multimedia.cx\/eggs\/"},{"@type":"Person","@id":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/#author","url":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/","name":"Multimedia Mike","image":{"@type":"ImageObject","@id":"https:\/\/multimedia.cx\/eggs\/chromes-new-audio-notifier\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/2eb93f7cada658f7986b5092062849fa255779eada3342c8f6b9a40764b95fdd?s=96&d=identicon&r=g","width":96,"height":96,"caption":"Multimedia Mike"}},{"@type":"WebPage","@id":"https:\/\/multimedia.cx\/eggs\/chromes-new-audio-notifier\/#webpage","url":"https:\/\/multimedia.cx\/eggs\/chromes-new-audio-notifier\/","name":"Chrome\u2019s New Audio Notifier | Breaking Eggs And Making Omelettes","description":"Understanding how Chrome implements its new audio notifier icon","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/multimedia.cx\/eggs\/#website"},"breadcrumb":{"@id":"https:\/\/multimedia.cx\/eggs\/chromes-new-audio-notifier\/#breadcrumblist"},"author":{"@id":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/#author"},"creator":{"@id":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/#author"},"datePublished":"2014-01-29T23:36:08-08:00","dateModified":"2014-01-29T23:43:48-08:00"},{"@type":"WebSite","@id":"https:\/\/multimedia.cx\/eggs\/#website","url":"https:\/\/multimedia.cx\/eggs\/","name":"Breaking Eggs And Making Omelettes","description":"Topics On Multimedia Technology and Reverse Engineering","inLanguage":"en-US","publisher":{"@id":"https:\/\/multimedia.cx\/eggs\/#organization"}}]},"og:locale":"en_US","og:site_name":"Breaking Eggs And Making Omelettes | Topics On Multimedia Technology and Reverse Engineering","og:type":"article","og:title":"Chrome\u2019s New Audio Notifier | Breaking Eggs And Making Omelettes","og:description":"Understanding how Chrome implements its new audio notifier icon","og:url":"https:\/\/multimedia.cx\/eggs\/chromes-new-audio-notifier\/","article:published_time":"2014-01-30T07:36:08+00:00","article:modified_time":"2014-01-30T07:43:48+00:00","twitter:card":"summary","twitter:title":"Chrome\u2019s New Audio Notifier | Breaking Eggs And Making Omelettes","twitter:description":"Understanding how Chrome implements its new audio notifier icon"},"aioseo_meta_data":{"post_id":"4242","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-31 21:42:25","updated":"2025-12-31 19:46:46","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/multimedia.cx\/eggs\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/multimedia.cx\/eggs\/category\/general\/\" title=\"General\">General<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tChrome\u2019s New Audio Notifier\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/multimedia.cx\/eggs"},{"label":"General","link":"https:\/\/multimedia.cx\/eggs\/category\/general\/"},{"label":"Chrome&#8217;s New Audio Notifier","link":"https:\/\/multimedia.cx\/eggs\/chromes-new-audio-notifier\/"}],"_links":{"self":[{"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/posts\/4242","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/comments?post=4242"}],"version-history":[{"count":4,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/posts\/4242\/revisions"}],"predecessor-version":[{"id":4249,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/posts\/4242\/revisions\/4249"}],"wp:attachment":[{"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/media?parent=4242"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/categories?post=4242"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/tags?post=4242"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}