Heavy mode on rock n roll

Radio Experience

One clean responsive index page attached to the PsyBrazil blog assets: live streams, metadata, active hits, station cards, stream codes, and a light canvas visualizer.

Blog hits
0Listeners now
Bitrate
8Stations
PsyBrazil stream map

All stations, no overflow.

Cards wrap automatically on desktop, tablet and mobile. Long track names are clipped safely instead of breaking the page.

SID 8

PsyBrazil Main

Psychedelic
PsyBrazil Entertainment Network
Open
SID 1

Dumangue

Psychedelic
Muzkitto Dumangue Vectra Radio
Open
SID 2

Electro

Electronic
Electro Omega PsyBrazil Station
Open
SID 3

Progressive

Progressive
PsyBrazil OHM Progressive Radio
Open
SID 4

Plan B

Rock
PsyBR Plan B Monster Sound
Open
SID 5

LoFi

LoFi
LoFi PsyBrazil Radio
Open
SID 6

Whapade

Rock
Whapade Rock n Roll
Open
SID 7

LowBPM

Electronic / Low BPM
LowBPM Radio
Open
Beard.js + Beard.php

Euphonized Core Material

Private-by-default HTML5 audio material hub for MP3, FLAC, WAV, AIF and AIFF. Uploads land hidden in the user account first; the owner can later mark tracks public, downloadable, or contract-exclusive.

Burning flame workflow

This bridge does not inject the old Euphonized page directly into the landing page. It mounts it safely through AJAX, so the radio player keeps running while the material system loads, uploads, edits and streams through permission-aware endpoints.

Open full core

Waiting for Beard Core…

Euphonized Core

Private uploads, public releases, exclusive contract flags, HTML5 streaming, and account material.

Open full Euphonized
Loading Euphonized material...
Copy/paste friendly

Stream codes

Use these clean public stream links in players, posts, shares, or embedded pages. No admin password calls exposed.

HTML audio embed

<audio controls preload="none" crossorigin="anonymous">
  <source src="https://radio.psybrazil.com.br/psybr" type="audio/mpeg">
</audio>

Metadata endpoint

https://blog.psybrazil.com.br/music/songstatus.php?sid=8&nocache=1

Station map JSON

[
    {
        "sid": 8,
        "slug": "psybr",
        "stream": "https:\/\/radio.psybrazil.com.br\/psybr"
    },
    {
        "sid": 1,
        "slug": "dumangue",
        "stream": "https:\/\/radio.psybrazil.com.br\/dumangue"
    },
    {
        "sid": 2,
        "slug": "electro",
        "stream": "https:\/\/radio.psybrazil.com.br\/electro"
    },
    {
        "sid": 3,
        "slug": "progressive",
        "stream": "https:\/\/radio.psybrazil.com.br\/progressive"
    },
    {
        "sid": 4,
        "slug": "planb",
        "stream": "https:\/\/radio.psybrazil.com.br\/planb"
    },
    {
        "sid": 5,
        "slug": "lofi",
        "stream": "https:\/\/radio.psybrazil.com.br\/lofi"
    },
    {
        "sid": 6,
        "slug": "whapade",
        "stream": "https:\/\/radio.psybrazil.com.br\/whapade"
    },
    {
        "sid": 7,
        "slug": "lowbpm",
        "stream": "https:\/\/radio.psybrazil.com.br\/lowbpm"
    }
]

Blog base paths

Assets: https://blog.psybrazil.com.br/
Radio:  https://radio.psybrazil.com.br/
App:    https://app.psybrazil.com.br/
Copied