{"id":5420,"date":"2025-09-21T21:23:00","date_gmt":"2025-09-21T21:23:00","guid":{"rendered":"https:\/\/menteinformada.com\/?p=5420"},"modified":"2025-09-21T21:23:00","modified_gmt":"2025-09-21T21:23:00","slug":"listen-to-retro-music-apps-with-classics-from-the-60s-70s-80s-and-90s","status":"publish","type":"post","link":"https:\/\/menteinformada.com\/en\/ouca-musicas-retro-aplicativos-com-classicos-dos-anos-60-70-80-e-90\/","title":{"rendered":"Listen to Retro Music: Apps with Classics from the 60s, 70s, 80s and 90s"},"content":{"rendered":"<p>If you&#039;re passionate about retro music and want to relive the greatest hits of the 60s, 70s, 80s and 90s directly from your cell phone, the app <strong>Radio Garden<\/strong> might be just what you&#039;re looking for. With it, you can tune into radio stations around the world playing the greatest classics from decades past\u2014all in real time and with a fun, interactive interface. You can download it below. <\/p>\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/07lewhVI4GklVBi_ehhOXxmB_bPaWWTiyqHAlQP6VsYD7h9R4d8hskNAy4SCOx0leNx-=w240-h480-rw\" alt=\"Radio Garden\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Radio Garden<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,7<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">103,853 reviews<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">10 mi+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">downloads<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/menteinformada.com\/en\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.jonathanpuckey.radiogarden&#038;hl=pt_BR\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Install on Google Play\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/menteinformada.com\/en\/redir\/?url=https:\/\/apps.apple.com\/us\/app\/radio-garden-live\/id1339670993\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        Install from Apple Store\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">What is Radio Garden?<\/h3>\n\n\n\n<p>O <strong>Radio Garden<\/strong> is an app that simulates an interactive globe. Users can rotate the globe and tune into radio stations from anywhere on the planet, in real time. Many of these stations have programming dedicated exclusively to hits from the &#039;60s, &#039;70s, &#039;80s, and &#039;90s, making it ideal for those seeking a nostalgic, authentic, and global musical experience.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Main features<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\ud83c\udf0d <strong>Interactive globe<\/strong>: you rotate the planet with your fingers and touch any point to listen to radio stations in that region.<\/li>\n\n\n\n<li>\ud83c\udfb6 <strong>Diverse musical style<\/strong>: in addition to retro classics, you can find radio stations with jazz, rock, samba, MPB, blues, disco, reggae and much more.<\/li>\n\n\n\n<li>\ud83d\udc9a <strong>Favorites<\/strong>: Save your favorite stations for quick access later.<\/li>\n\n\n\n<li>\ud83d\udd0d <strong>Search by city or country<\/strong>: If you want something more direct, just type the name of the location to listen to radio stations in the region.<\/li>\n\n\n\n<li>\ud83d\udcfb <strong>Live broadcast<\/strong>: all available radios are broadcast in real time.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Compatibility<\/h3>\n\n\n\n<p>O <strong>Radio Garden<\/strong> is available for Android and iOS devices. It can be downloaded for free from the Google Play Store or Apple App Store. There&#039;s also a web version for those who want to listen directly from their browser, ideal for use on a computer.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">How to use the app (step by step)<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Install the app<\/strong>: Access your device&#039;s store, search for <em>Radio Garden<\/em> and tap \u201cInstall\u201d.<\/li>\n\n\n\n<li><strong>Open the app<\/strong>: When opened, the globe will be loaded with several green lights, each representing a radio.<\/li>\n\n\n\n<li><strong>Explore the world<\/strong>: Rotate the globe with your finger and tap on any marked city.<\/li>\n\n\n\n<li><strong>Start listening<\/strong>: The station will load automatically. The sound will start playing within seconds.<\/li>\n\n\n\n<li><strong>Save favorites<\/strong>: Tap the heart icon to save your favorite radio stations.<\/li>\n\n\n\n<li><strong>Search for retro radios<\/strong>: Type \u201cretro,\u201d \u201c80s,\u201d \u201c70s hits,\u201d or \u201cclassic rock\u201d in the search bar to find themed stations.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Advantages and disadvantages<\/h3>\n\n\n\n<p><strong>Advantages:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Creative and fun interface to explore.<\/li>\n\n\n\n<li>Wide variety of radio stations focusing on retro music.<\/li>\n\n\n\n<li>Free and lightweight, it doesn&#039;t take up much space on your phone.<\/li>\n\n\n\n<li>It works well even on 3G or unstable connections.<\/li>\n\n\n\n<li>Ideal for discovering international radio stations and different musical cultures.<\/li>\n<\/ul>\n\n\n\n<p><strong>Disadvantages:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You cannot select specific songs, only what is playing live on the radio.<\/li>\n\n\n\n<li>Some radios may be temporarily offline.<\/li>\n\n\n\n<li>The app does not allow you to create playlists or download tracks.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Is it free or paid?<\/h3>\n\n\n\n<p>O <strong>Radio Garden<\/strong> It&#039;s completely free to download and use. However, it may contain some unobtrusive ads. There&#039;s no need to create an account, pay a subscription, or log in, making it even more convenient and accessible to anyone.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Usage tips<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Look for radio stations with names like \u201cRetro FM,\u201d \u201cClassic Hits,\u201d \u201cRock 80s,\u201d \u201cDisco Fever,\u201d or \u201cOldies Gold\u201d for direct access to retro styles.<\/li>\n\n\n\n<li>Use headphones for a more immersive experience, especially with high-quality broadcast radios.<\/li>\n\n\n\n<li>Listen to radio stations from different countries to discover versions or hits that were successful locally and may never have been played in Brazil.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Overall rating<\/h3>\n\n\n\n<p>Radio Garden is highly praised by users in both app stores. <strong>Google Play Store<\/strong>, the app has an average of 4.7 stars (with over 10 million downloads), while in <strong>App Store<\/strong>, the average rating is around 4.8 stars. Reviews highlight the innovative approach, the nostalgia brought by the themed radio stations, and the ease of use.<\/p>\n\n\n\n<p>Users say it&#039;s like &quot;traveling the world without leaving home&quot; and that they &quot;relived memories of their youth listening to the classics that marked their lives.&quot;<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>Whether you&#039;re nostalgic for the golden age of music or want to explore what the world is listening to that&#039;s most classic, <strong>Radio Garden<\/strong> is a great starting point. Just download it, open the globe, and embark on this nostalgic sound journey.<\/p>","protected":false},"excerpt":{"rendered":"<p>Se voc\u00ea \u00e9 apaixonado por m\u00fasicas retr\u00f4 e quer reviver os grandes sucessos dos anos 60, 70, 80 e 90 diretamente do seu celular, o aplicativo Radio Garden pode ser exatamente o que voc\u00ea procura. Com ele, voc\u00ea pode sintonizar r\u00e1dios do mundo inteiro que tocam os maiores cl\u00e1ssicos de d\u00e9cadas passadas \u2014 tudo isso [&hellip;]<\/p>\n","protected":false},"author":244,"featured_media":5421,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[192],"tags":[],"class_list":{"0":"post-5420","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-aplicativos"},"_links":{"self":[{"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/posts\/5420","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/users\/244"}],"replies":[{"embeddable":true,"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/comments?post=5420"}],"version-history":[{"count":2,"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/posts\/5420\/revisions"}],"predecessor-version":[{"id":5423,"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/posts\/5420\/revisions\/5423"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/media\/5421"}],"wp:attachment":[{"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/media?parent=5420"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/categories?post=5420"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/tags?post=5420"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}