This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#EXTM3U | |
#EXTINF:0,Kerrang Radio AAC 48k | |
http://edge-bauerall-01-gos2.sharp-stream.com/kerrang.aac?aw_0_1st.skey=1644418187 | |
#EXTINF:0,Absolute Classic Rock AAC 128K | |
http://www.radiofeeds.net/playlists/bauerflash.pls?station=absoluteclassicrockhigh-aac | |
#EXTINF:0,Radio Paradise Rock FLAC | |
http://stream.radioparadise.com/rock-flac | |
#EXTINF:0,Planet Rock AAC 48k | |
http://www.radiofeeds.net/playlists/bauer.pls?station=planetrock-aac | |
#EXTINF:0,KISS London Radio AAC 48k |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <math.h> | |
#include <algorithm> | |
#include <string> | |
#include <immintrin.h> | |
using namespace std;typedef float R; | |
#define _W 79 | |
#define _H 39 | |
#define EP 0.01f | |
#define OP operator | |
#define C const |