{"id":309,"date":"2016-01-08T13:23:00","date_gmt":"2016-01-08T19:23:00","guid":{"rendered":"http:\/\/www.rollofone.com\/?p=309"},"modified":"2017-10-05T13:57:08","modified_gmt":"2017-10-05T18:57:08","slug":"playing-dsd-files-directly-on-linux","status":"publish","type":"post","link":"https:\/\/www.rollofone.com\/?p=309","title":{"rendered":"Playing DSD files directly on Linux"},"content":{"rendered":"<p><em>A lot of people believe DSD to be the format of choice when it comes to real high quality audio. If the provenance is right (e.g. if it has been recorded directly to DSD) DSD will deliver an amazing sound experience (see the differences between digital audio formats) . If you are a Linux user, you can use a modified MPD sound server to play DSD data. But it\u2019s a bit of overkill for those of us who don\u2019t want a complex sound server just to send a DSD \/DSF files to an USB DA<\/em><em>C. Here\u2019s how you can play those files with ffmpeg and some glue.<\/em><\/p>\n<p>To be honest: I don\u2019t like to move files around, refresh servers or create playlists. I am old fashioned. I just type play this or play that and I expect sound to come from my speakers. So far \u2013 this works great with FLACs, MP3s or WAVs. Not so good for DSD or DSF files. Quit frankly \u2013 I didn\u2019t find anything to work -out of the box- on my little Linux laptop. While ffmpeg is able to decode dsd, it is still missing the crucial part to convert the audio into DOP (dsd over pcm).<\/p>\n<p>Believe me \u2013 i tried<a href=\"http:\/\/www.rollofone.com\/wp-content\/uploads\/2016\/01\/dsdx600-300x130_weg.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-315 alignleft\" src=\"http:\/\/www.rollofone.com\/wp-content\/uploads\/2016\/01\/dsdx600-300x130_weg.png\" alt=\"dsdx600-300x130_weg\" width=\"300\" height=\"130\" \/><\/a> almost everything. I even sent a \u201cmayday\u201d over the ffmpeg mailing list \u2013 but .. to no avail (yet). So \u2013 if everything else fails \u2013 one has to sit down and find the solution herself.<\/p>\n<p><strong>Here\u2019s what we want:<\/strong><\/p>\n<p>A converter that converts a DSD file into a DOP file and pushes this DOP data over alsa to a USB dac. Well \u2013 there\u2019s <a href=\"https:\/\/code.google.com\/p\/dsf2flac\/\">DSF2FLAC<\/a> and this little tools has a neat feature: It allows to pack DOP files into the Flac-Container.<\/p>\n<p><code>dsf2flac -d -r 176400 -i thedsdaudio.dsf -o thedsdaudio.flac<\/code><\/p>\n<p>Cool. Took about another hour or so to be able to play that flac via ffmpeg.<\/p>\n<p><code>ffmpeg -i thedsdaudio.flac -r 176400 -c pcm_s32le\u00a0 -f alsa hw:1<\/code><\/p>\n<p>Voila. The DSD light on my DAC turns on and I am happy. But not happy enough. It takes time to convert a DSD into a flac. And I don\u2019t wont to wait. So \u2013 I went ahead and patched dsf2flac to be able to dump the DOP data to stdout.<\/p>\n<p>So, it looks like that now:<\/p>\n<p><code>dsf2flac -d -r 176400 -i thedsdaudio.dsf -o - 2&gt;\/dev\/null\u00a0 | ffmpeg -i - -r 176400<br \/>\n-c pcm_s32le\u00a0 -f alsa hw:1<\/code><\/p>\n<p>Now we\u2019re talking. No more MPD. Knit yourself a little shell script around it and you are ready to go.<\/p>\n<p>Here\u2019s the <a href=\"http:\/\/blog.michaelamerz.com\/data\/main.cpp\">replacement main.cpp<\/a> that you should copy over the original before compiling.<\/p>\n<p>That\u2019s all folks. Have fun.<\/p>\n<p><strong>UPDATE: I have found &#8220;<a href=\"https:\/\/sourceforge.net\/projects\/deadbeef\/\" target=\"_blank\">deadbeef<\/a>&#8221; and downloaded the pre-compiled binary from sourceforge. Didn&#8217;t really expect it to work out of the box on my Centos7 computer. But it did. And it plays DSD just fine. We&#8217;ve got ourselves a solution to play DSD on Linux.<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A lot of people believe DSD to be the format of choice when it comes to real high quality audio. If the provenance is right (e.g. if it has been recorded directly to DSD) DSD will deliver an amazing sound experience (see the differences between digital audio formats) . If you are a Linux user, <a href=\"https:\/\/www.rollofone.com\/?p=309\" rel=\"nofollow\"><span class=\"sr-only\">Read more about Playing DSD files directly on Linux<\/span>[&#8230;]<\/a><\/p>\n","protected":false},"author":1,"featured_media":1045,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[3],"tags":[5,15,13,14],"class_list":["post-309","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technical","tag-dsd","tag-ffmpeg","tag-lunux","tag-mpd"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"A lot of people believe DSD to be the format of choice when it comes to real high quality audio. If the provenance is right (e.g. if it has been recorded directly to DSD) DSD will deliver an amazing sound experience (see the differences between digital audio formats) . If you are a Linux user,\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"therollo\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.rollofone.com\/?p=309\" \/>\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=\"ROLLOFONE RECORDS - Dedicated to our musical heritage\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Playing DSD files directly on Linux - ROLLOFONE RECORDS\" \/>\n\t\t<meta property=\"og:description\" content=\"A lot of people believe DSD to be the format of choice when it comes to real high quality audio. If the provenance is right (e.g. if it has been recorded directly to DSD) DSD will deliver an amazing sound experience (see the differences between digital audio formats) . If you are a Linux user,\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.rollofone.com\/?p=309\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2016-01-08T19:23:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2017-10-05T18:57:08+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Playing DSD files directly on Linux - ROLLOFONE RECORDS\" \/>\n\t\t<meta name=\"twitter:description\" content=\"A lot of people believe DSD to be the format of choice when it comes to real high quality audio. If the provenance is right (e.g. if it has been recorded directly to DSD) DSD will deliver an amazing sound experience (see the differences between digital audio formats) . If you are a Linux user,\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/?p=309#blogposting\",\"name\":\"Playing DSD files directly on Linux - ROLLOFONE RECORDS\",\"headline\":\"Playing DSD files directly on Linux\",\"author\":{\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.rollofone.com\\\/wp-content\\\/uploads\\\/2016\\\/01\\\/dsd_420.jpg\",\"width\":245,\"height\":245},\"datePublished\":\"2016-01-08T13:23:00-06:00\",\"dateModified\":\"2017-10-05T13:57:08-05:00\",\"inLanguage\":\"en-US\",\"commentCount\":11,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/?p=309#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/?p=309#webpage\"},\"articleSection\":\"Technical, dsd, ffmpeg, lunux, mpd\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/?p=309#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.rollofone.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.rollofone.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/?cat=3#listItem\",\"name\":\"Technical\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/?cat=3#listItem\",\"position\":2,\"name\":\"Technical\",\"item\":\"https:\\\/\\\/www.rollofone.com\\\/?cat=3\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/?p=309#listItem\",\"name\":\"Playing DSD files directly on Linux\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.rollofone.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/?p=309#listItem\",\"position\":3,\"name\":\"Playing DSD files directly on Linux\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/?cat=3#listItem\",\"name\":\"Technical\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/#organization\",\"name\":\"ROLLOFONE RECORDS\",\"description\":\"Dedicated to our musical heritage\",\"url\":\"https:\\\/\\\/www.rollofone.com\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/www.rollofone.com\\\/?author=1\",\"name\":\"therollo\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/?p=309#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/24d6b56c0dc4c7bee7914707c08ef38d4fbeb731f95727ec6b10c95a2814c733?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"therollo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/?p=309#webpage\",\"url\":\"https:\\\/\\\/www.rollofone.com\\\/?p=309\",\"name\":\"Playing DSD files directly on Linux - ROLLOFONE RECORDS\",\"description\":\"A lot of people believe DSD to be the format of choice when it comes to real high quality audio. If the provenance is right (e.g. if it has been recorded directly to DSD) DSD will deliver an amazing sound experience (see the differences between digital audio formats) . If you are a Linux user,\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/?p=309#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.rollofone.com\\\/wp-content\\\/uploads\\\/2016\\\/01\\\/dsd_420.jpg\",\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/?p=309\\\/#mainImage\",\"width\":245,\"height\":245},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/?p=309#mainImage\"},\"datePublished\":\"2016-01-08T13:23:00-06:00\",\"dateModified\":\"2017-10-05T13:57:08-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/#website\",\"url\":\"https:\\\/\\\/www.rollofone.com\\\/\",\"name\":\"ROLLOFONE RECORDS\",\"description\":\"Dedicated to our musical heritage\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.rollofone.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Playing DSD files directly on Linux - ROLLOFONE RECORDS","description":"A lot of people believe DSD to be the format of choice when it comes to real high quality audio. If the provenance is right (e.g. if it has been recorded directly to DSD) DSD will deliver an amazing sound experience (see the differences between digital audio formats) . If you are a Linux user,","canonical_url":"https:\/\/www.rollofone.com\/?p=309","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.rollofone.com\/?p=309#blogposting","name":"Playing DSD files directly on Linux - ROLLOFONE RECORDS","headline":"Playing DSD files directly on Linux","author":{"@id":"https:\/\/www.rollofone.com\/?author=1#author"},"publisher":{"@id":"https:\/\/www.rollofone.com\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.rollofone.com\/wp-content\/uploads\/2016\/01\/dsd_420.jpg","width":245,"height":245},"datePublished":"2016-01-08T13:23:00-06:00","dateModified":"2017-10-05T13:57:08-05:00","inLanguage":"en-US","commentCount":11,"mainEntityOfPage":{"@id":"https:\/\/www.rollofone.com\/?p=309#webpage"},"isPartOf":{"@id":"https:\/\/www.rollofone.com\/?p=309#webpage"},"articleSection":"Technical, dsd, ffmpeg, lunux, mpd"},{"@type":"BreadcrumbList","@id":"https:\/\/www.rollofone.com\/?p=309#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.rollofone.com#listItem","position":1,"name":"Home","item":"https:\/\/www.rollofone.com","nextItem":{"@type":"ListItem","@id":"https:\/\/www.rollofone.com\/?cat=3#listItem","name":"Technical"}},{"@type":"ListItem","@id":"https:\/\/www.rollofone.com\/?cat=3#listItem","position":2,"name":"Technical","item":"https:\/\/www.rollofone.com\/?cat=3","nextItem":{"@type":"ListItem","@id":"https:\/\/www.rollofone.com\/?p=309#listItem","name":"Playing DSD files directly on Linux"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.rollofone.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.rollofone.com\/?p=309#listItem","position":3,"name":"Playing DSD files directly on Linux","previousItem":{"@type":"ListItem","@id":"https:\/\/www.rollofone.com\/?cat=3#listItem","name":"Technical"}}]},{"@type":"Organization","@id":"https:\/\/www.rollofone.com\/#organization","name":"ROLLOFONE RECORDS","description":"Dedicated to our musical heritage","url":"https:\/\/www.rollofone.com\/"},{"@type":"Person","@id":"https:\/\/www.rollofone.com\/?author=1#author","url":"https:\/\/www.rollofone.com\/?author=1","name":"therollo","image":{"@type":"ImageObject","@id":"https:\/\/www.rollofone.com\/?p=309#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/24d6b56c0dc4c7bee7914707c08ef38d4fbeb731f95727ec6b10c95a2814c733?s=96&d=mm&r=g","width":96,"height":96,"caption":"therollo"}},{"@type":"WebPage","@id":"https:\/\/www.rollofone.com\/?p=309#webpage","url":"https:\/\/www.rollofone.com\/?p=309","name":"Playing DSD files directly on Linux - ROLLOFONE RECORDS","description":"A lot of people believe DSD to be the format of choice when it comes to real high quality audio. If the provenance is right (e.g. if it has been recorded directly to DSD) DSD will deliver an amazing sound experience (see the differences between digital audio formats) . If you are a Linux user,","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.rollofone.com\/#website"},"breadcrumb":{"@id":"https:\/\/www.rollofone.com\/?p=309#breadcrumblist"},"author":{"@id":"https:\/\/www.rollofone.com\/?author=1#author"},"creator":{"@id":"https:\/\/www.rollofone.com\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.rollofone.com\/wp-content\/uploads\/2016\/01\/dsd_420.jpg","@id":"https:\/\/www.rollofone.com\/?p=309\/#mainImage","width":245,"height":245},"primaryImageOfPage":{"@id":"https:\/\/www.rollofone.com\/?p=309#mainImage"},"datePublished":"2016-01-08T13:23:00-06:00","dateModified":"2017-10-05T13:57:08-05:00"},{"@type":"WebSite","@id":"https:\/\/www.rollofone.com\/#website","url":"https:\/\/www.rollofone.com\/","name":"ROLLOFONE RECORDS","description":"Dedicated to our musical heritage","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.rollofone.com\/#organization"}}]},"og:locale":"en_US","og:site_name":"ROLLOFONE RECORDS - Dedicated to our musical heritage","og:type":"article","og:title":"Playing DSD files directly on Linux - ROLLOFONE RECORDS","og:description":"A lot of people believe DSD to be the format of choice when it comes to real high quality audio. If the provenance is right (e.g. if it has been recorded directly to DSD) DSD will deliver an amazing sound experience (see the differences between digital audio formats) . If you are a Linux user,","og:url":"https:\/\/www.rollofone.com\/?p=309","article:published_time":"2016-01-08T19:23:00+00:00","article:modified_time":"2017-10-05T18:57:08+00:00","twitter:card":"summary_large_image","twitter:title":"Playing DSD files directly on Linux - ROLLOFONE RECORDS","twitter:description":"A lot of people believe DSD to be the format of choice when it comes to real high quality audio. If the provenance is right (e.g. if it has been recorded directly to DSD) DSD will deliver an amazing sound experience (see the differences between digital audio formats) . If you are a Linux user,"},"aioseo_meta_data":{"post_id":"309","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":"default","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,"local_seo":null,"limit_modified_date":false,"created":"2024-04-22 21:17:05","updated":"2026-07-21 15:44:24","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.rollofone.com\" 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:\/\/www.rollofone.com\/?cat=3\" title=\"Technical\">Technical<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPlaying DSD files directly on Linux\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.rollofone.com"},{"label":"Technical","link":"https:\/\/www.rollofone.com\/?cat=3"},{"label":"Playing DSD files directly on Linux","link":"https:\/\/www.rollofone.com\/?p=309"}],"_links":{"self":[{"href":"https:\/\/www.rollofone.com\/index.php?rest_route=\/wp\/v2\/posts\/309","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rollofone.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rollofone.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rollofone.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rollofone.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=309"}],"version-history":[{"count":11,"href":"https:\/\/www.rollofone.com\/index.php?rest_route=\/wp\/v2\/posts\/309\/revisions"}],"predecessor-version":[{"id":2268,"href":"https:\/\/www.rollofone.com\/index.php?rest_route=\/wp\/v2\/posts\/309\/revisions\/2268"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rollofone.com\/index.php?rest_route=\/wp\/v2\/media\/1045"}],"wp:attachment":[{"href":"https:\/\/www.rollofone.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=309"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rollofone.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=309"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rollofone.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=309"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}