Bytebeat

To bottom
Rules / Changelog / Common thread / SthephanShi / kOLbOSa_exe / lhphr / PortablePorcelain / HypernovaHeathen / BaenHoHoHo / SArpnt / hcdphobe / OnixIsThePewterGod / Zackx / GetDolphinedLol / psubscirbe / ChrisRM380 / Kouzerumatsu / MT2023 / Decent-Manager-6169 / Chasyxx / Glebguything / absolute197 / ANoUserXD / MarioFan171

CAPTCHA
 Deletion password
  • Supported file types are JPG, PNG, GIF, WEBP, WEBM, MP4 and MOV.
  • Limit: 4 files, 30 MB per file (60 MB for Passcode users).
  • Images greater than 250x250 will be thumbnailed.
  • 1311 unique users on the board.

6214 Reply
Screenshot_20250411-190848.jpg
(3.29KB, 160x161)

6208 Reply
Amari the cat.png
(6.95KB, 230x362)
6212
>>6208
I hope sthephen ban your ass forever,

i bet you cant understand my message with your ice melting point temperature
6213
>>6212
ice melting point temperature iq*

500 Reply
Opera Captura de pantalla_2023-03-02_175710_dollch
(12.01KB, 1013x250)
Stimmer but i added drums (44100 Hz)
t=t*8000/44100,
a=((t/4*(4|t>>13&3)>>(~t>>11&1)&32)+(t/4*(t>>11&t>>13)*(~t>>9&3)&31)),
b=cos(12*cbrt(t%4096))*32+32,
c=(t*random()|t/8>>2)&31,
d=(t*random()|t/8>>2)&31,
[a+b+c+40,a+b+d+40]

https://dollchan.net/bytebeat/#v3b64dY/LDoIwEEX/pYnNTEtCXzFg0n6EW3VRWnYCBmYn+u0WWLs7mXvuJPfN0pR7dmHkSTRKqdo5rVR1H6MHoNoJcCuFoC23GAJ8N9ZcI7cG5SEcp11CsRttkbnViOVP59O0gDYidTMBnZxqz4jCGmlNiZMHEnMc8zQArlQ3IZitW6L8P7pF2ckknao2yAUerGJLHF7P/hqpDNpnfH4
this is my first time posting here btw
227 posts omitted. Click Reply to view.
5738
link
// Ai will come and destroy us all
// Almost EVERYTHING in this code is made by AI, hence the name.


// AI part
class BiquadLowPass {
  constructor(sampleRate, cutoff, resonance) {
    this.sampleRate = sampleRate;
    this.cutoff = cutoff;
    this.resonance = resonance;
    this.inputHistory = [0, 0];
    this.outputHistory = [0, 0];
    this.updateCoefficients();
  }

  updateCoefficients() {
    const w0 = (2 * Math.PI * this.cutoff) / this.sampleRate;
    const alpha = Math.sin(w0) / (2 * this.resonance);
    const cosW0 = Math.cos(w0);

    const norm = 1 / (1 + alpha);
    this.b0 = (1 - cosW0) * 0.5 * norm;
    this.b1 = (1 - cosW0) * norm;
    this.b2 = this.b0;
    this.a1 = -2 * cosW0 * norm;
    this.a2 = (1 - alpha) * norm;
  }

  process(sample) {
    const output =
      this.b0 * sample +
      this.b1 * this.inputHistory[0] +
      this.b2 * this.inputHistory[1] -
      this.a1 * this.outputHistory[0] -
      this.a2 * this.outputHistory[1];

    // Shift history
    this.inputHistory[1] = this.inputHistory[0];
    this.inputHistory[0] = sample;
    this.outputHistory[1] = this.outputHistory[0];
    this.outputHistory[0] = output;

    return output;
  }

  setCutoff(newCutoff) {
    if (newCutoff !== this.cutoff) {
      this.cutoff = newCutoff;
      this.updateCoefficients();
    }
  }

  setResonance(newResonance) {
    if (newResonance !== this.resonance) {
      this.resonance = newResonance;
      this.updateCoefficients();
    }
  }
}

class BiquadHighPass {
  constructor(sampleRate, cutoff, resonance) {
    this.sampleRate = sampleRate;
    this.cutoff = cutoff;
    this.resonance = resonance;
    this.inputHistory = [0, 0];
    this.outputHistory = [0, 0];
    this.updateCoefficients();
  }

  updateCoefficients() {
    const w0 = (2 * Math.PI * this.cutoff) / this.sampleRate;
    const alpha = Math.sin(w0) / (2 * this.resonance);
    const cosW0 = Math.cos(w0);

    const norm = 1 / (1 + alpha);
    this.b0 = (1 + cosW0) * 0.5 * norm;
    this.b1 = -(1 + cosW0) * norm;
    this.b2 = this.b0;
    this.a1 = -2 * cosW0 * norm;
    th
Post too long. Click to view.
5740
tbh i actually wonder if its ok to use ai stuff in bytebeats
6172
aaaaaaand this imageboard is getting flooded again. 🤦‍♂️
6178
>>6172
wait, the imageboard was flooded earlier?
6207
>>6178
no like, a million threads are being created

6206 Reply
fxckyou.png
(22.91KB, 400x300)

6204 Reply
IMG_7784.gif
(8.55MB, 682x384)

6203 Reply
ezS-R2H4kjk.jpg
(376.60KB, 1280x853)

6202 Reply
ezS-R2H4kjk.jpg
(376.60KB, 1280x853)

6201 Reply
Screenshot_1-5-2025_12464_www.deviantart.com.jpeg
(12.83KB, 141x136)

6199 Reply
channels4_profile.jpg
(75.75KB, 900x900)
Code:t*(t>>12&13^2|t>>10&9)
Sample rate:22050 hz
Stereo: No


6197 Reply
2973c9bb5d087644f781943bdfb8788d.jpg
(19.37KB, 360x523)

6194 Reply
IMG_2727.png
(426.12KB, 1488x2266)

6193 Reply
IMG_2726.png
(543.75KB, 1488x2266)

6192 Reply
Снимок333.PNG
(348.66KB, 788x503)
https://dollchan.net/bytebeat/#4AABQQ0krsbPTKLGzM9PUAlGGlpoA
Set Points and max zoom.
Sample Rate:800000 hz
Stereo: No!


6190
// ( ͠° ͜ʖ ͡°) #3 by THINGUY
n=(((t&1048576?(t<<1.4*[k,r,s,r,k,k,s,r,k,r,s,r,k,k,s,s,t>>6,t>>8,s,r,k,k,s,k,k,k,s,s,s,s,s*3,t>>4&7,k,2,s,2,k,2,s,2,k,2,s,2,k,k,s,2.125,t>>12&7,2,t,2,r,2,t&1,2,t&1,k,k,k,k,k,s,12,k,r,s,r,k,k,s,r,k,r,s,r,k,k,s,s,t>>6,t>>8,s,r,k,k,s,k,k,k,s,s,s,s,s*3,t>>4&7,k,2,s,2,k,2,s,2,k,2,s,2,k,k,s,2.125,t>>8&7,2,k,r,r/2,r/4,r/8,t&t>>12,t&1,t,t>>1,t>>2,t>>3,t>>4,t>>5,t&16?random()*16:48][127&t>>13]&t>>'43424351'[7&t>>16])-30+15*sin(t/16384*PI):((t>>(t&8192?2:1))*[k=sin(t>>5),r=sin(t),s=sin(t>>2),r,k,k,s,r,k,r,s,r,k,k,s,s,t>>6,t>>8,s,r,k,k,s,k,k,k,s,s,s,s,s*3,t>>4&7,k,2,s,2,k,2,s,2,k,2,s,2,k,k,s,2.125,t>>12&7,2,t,2,r,2,t&1,2,t&1,k,k,k,k,k,s,12,k,r,s,r,k,k,s,r,k,r,s,r,k,k,s,s,t>>6,t>>8,s,r,k,k,s,k,k,k,s,s,s,s,s*3,t>>4&7,k,2,s,2,k,2,s,2,k,2,s,2,k,k,s,2.125,t>>8&7,2,k,r,r/2,r/4,r/8,t&t>>12,t&1,t,t>>1,t>>2,t>>3,t>>4,t>>5,random()*8][127&t>>13]&t>>5)-1)&255)/2+(([k,2,s,'2223'[3&t>>15]][3&t>>13]*t>>2&t>>5)-10&255)/2),n^9e5/(t%(4096>>`00000001000000020000000100000003`[31&t>>13]))&192|t>>6&63


or link

6189 Reply
p_page-21.webp
(1.72KB, 100x71)


6187 Reply
IMG_2724.png
(390.63KB, 1488x2266)

6185 Reply
17462252552028012306415890666688.jpg
(1.65MB, 3060x4080)

6181 Reply
Screenshot_2-5-2025_165025_dollchan.net.jpeg
(750B, 17x18)

6179 Reply
20250502_15h03m42s_grim.png
(136.27KB, 1920x1080)
drums="0Fzo0Fzo0Fzo0Fzo0Fzo0Fzo0zo0zo0z0Fzo0Fzo0Fzo0Fzo0Fzo0Fzo0zo0zo0z0Fzo0Fzo0zo0zo0z0Fzo0Fzo0zo0zo0z0Fzo0Fzo0zo0zo0z0Fzo0Fzo0zo0zo0z0z0z0z0z0z0z0z0z0z0z0z0z0z0z0z0z0Fzo0Fzo0z0z0z0z0Fzo0Fzo0z0z0z0z0Fzo0Fzo0z0z0z0z00Fzo0FzoggggACFJPcsz", drums.charCodeAt(t%229)


i tried to made drums in very low quality

play this code in 6hz sample rate and at regular bytebeat mode

6173 Reply
images.png
(8.28KB, 256x197)
bro.
6174
download.jpg
(4.66KB, 264x191)

6171 Reply
Снимок12.PNG
(73.95KB, 195x170)

6170 Reply
download.png
(18.93KB, 1024x256)

6142 Reply
download.jpg
(5.05KB, 181x279)
bro.
6143
Screenshot 2024-11-07 10.03.14 AM.png
(2.11KB, 188x154)
rgrekfjhufheghzufzghufijhdsuhgueirbghfjkjkhags
6145
>>6143
WHERE LINK?
6169
download.jpg
(11.01KB, 225x225)

6165 Reply
Снимок.PNG
(155.87KB, 268x288)

6164 Reply
download (2).png
(47.43KB, 1024x256)
https://dollchan.net/bytebeat/#4AACAO0e9V1tv4zYTfY5/BV8SS7JiWc5ta0AJ0u6mDdAmRetFWwT5AFqibH6RRC1J+VIU/e09Q0rZ7L4WKBBYIjUznMs5M0ySsCRh32lRSGuYVex7LbgRupWaW8FKpdnyhw/sp0f8/vLj4/sPoxHkb9mqa4pKMFUyUZYih25QqV3LjWGlrKzQMdNiK/QqZitYfFkJblnN841sRMx2fCvMhrdCs0IaGzNh85Bx6HZNbqVq4MoGCjulX5hqGG8ObMu15KtKTMkDk2ZGNoG9vr74y4YxYuC56oyV+alRcE02a7bWXbM+MNNwLUhl7lQC+5eNplfh9fW50/vUSQF3ezHIadGSr3tGLhuK8IDdXz/+/OEX1hlRdhWT2FPdWAu209LSWbmq20r0OkktKlVIYaB33+RVVwiEI2FL4ynY3e8GkTXjPr4A2zAHG11VIGttxXPBdLCPDyHbSbtht1rzQ7APp0htFRzCcKQz72bmpLLrryViigTeGta1jLNKWQok33BtkMyCSUPHJ6ZDCRKcyQtKLWrVWYjX/P/kqqyFQaE0221Ew3JIUaww3HKNTHcV19XBRfTAH9iGu7SParknr7aqytKYqpvN4GCwj7ATBemEtsLwOJhfXNIWXK2dfFxATBqYCmCi3wlvZovPKxfVV9hRmvAyKgwZ4bWFkT2OOaXXSZDO30VBsE/wDE/TMIrOJvQa4asztoTz377is9BdPYB0ypZUMvwhei1cmDVfyxyBtq1oXHEtM+JTJ5pcEGC16tYbpJdxqobLM2p5ME43V1oL0yqPzaarVwgANfEoC9LsU4esYq9RFoWYZ3P2DqWnlfH8IBSqWgBJMCAbyArjwNc75MtESCocuFB+1qqd0A7E85htsEA5FzB0dPQH5NYCAVjNm7Vw3gKUhdCEcEciCpFcH5hn2NiMneB4M0YyXgST1ouySmLFPYucCGcbCQpTGzAtGoTcioqIVCvT6wCJkC0k+ocWjSW8oVU4Z+lUw2vhwocSwdKT7pUf4+XYk8O85kRBjRiGCixjZrp8Qy2FesfqYIXvQMTMQwyTjnFUq7Z1IOaDA9QEXbGd6BSit4WrWcJO6MHfNDTnAO9FvbnKKMYLxG8tz18GY66MQ2RefLSy2cpRGHCJTVvEyFA2F+c9dZaZjVXu2VMH+JYEy5NgHkUBZE/xJUxI84maIHbCYyymlWjWdvMcEthjz66+iHe/Mw2HkBdQBr7Uolb64Bo8AUU2QyOngDurapA95xVy8yJECwyTNkWwQ6rGxpspPDmg8hs6mQGYUVwHQxxH1UXcMG1kQQQA9ImrSBELasEbyqZLzisZoAVHyB+0KqDSEOi/RfGB24ZkG/i/cX1SNXDN9STCXQ0QNJYjoLyS+UvSqhZnyPXGwid8hSuGsO8nmp9MZPseBykcdyYuIZhzlwoKzyFQ/ukm3HulaopYdToXuSpAT0KPd4SYhiM6Q9G4gxwACVAjexPMwkVQ7jMd4IR4FoYEPXtoBcyWe5ZlbAwmiBINpxizG/aF7ALaJC9BdY50Oy4JP6ZnABhlBRHbUbmX2cxV+uFx+WHB7u/YH48f2e2PS8wsUOH9I7tfsts7t
Post too long. Click to view.

6163 Reply
download (1).png
(58.28KB, 800x400)

6161 Reply
Screenshot_9-4-2025_21234_dandys-world-robloxhorror.fandom.com.jpeg
(143.06KB, 1361x546)


6155 Reply
Снимок2.PNG
(78.31KB, 376x378)

6154 Reply
download (2).png
(47.43KB, 1024x256)

6151 Reply
p_page-21.webp
(1.72KB, 100x71)

6144 Reply
Screenshot_1-5-2025_151915_dollchan.net.jpeg
(214.74KB, 1027x262)
6147
Screenshot_28-4-2025_15225_dollchan.net.jpeg
(5.07KB, 104x54)
6332
Screenshot_7-5-2025_154837_dollchan.net.jpeg
(3.81KB, 80x42)

6141 Reply
Снимок.PNG
(155.87KB, 268x288)

6137 Reply
Снимок12.PNG
(73.95KB, 195x170)

6136 Reply
_image.png
(373.17KB, 1920x1080)

6135 Reply
0:05, RPReplay_Final1746107123.mp4
(3.68MB, 1440x1920)

6133 Reply
Screenshot 2024-11-01 7.47.01 PM.png
(294.89KB, 1088x454)
6134
Screenshot 2024-11-20 9.50.23 AM.png
(5.32KB, 525x88)
This the largest bytebeat that I have made in terms of file size. Rather fitting for a finale am I right?

6128 Reply
Untitled16_20250405175459.png
(6.06MB, 2560x2560)
6130
6131

6122 Reply
Screenshot_30-4-2025_213757_www.deviantart.com.jpeg
(105.52KB, 1018x786)

6120 Reply
_image.png
(1.65MB, 1920x1080)

6118 Reply
IMG_7773.jpeg
(571.17KB, 1050x523)

6089 Reply
download (2).png
(47.43KB, 1024x256)
6113
>>6089
thanx for remixing my song hhhhhhh
6117
_image.png
(1.65MB, 1920x1080)
>>6113
No prolem ;)

6112 Reply
_image.png
(1.88MB, 1920x1080)

5952 Reply
Bsodwindows10.png
(63.50KB, 1024x576)
5956
>>5952
"BeanHoHoHo" >:(

(my name came from talking ben so..)
6091
download (2).png
(47.43KB, 1024x256)
>>5956
ok dint expected this comment
6109
>>6091
lmao

6103 Reply
_image.png
(1.88MB, 1920x1080)

6102 Reply
Снимок12.PNG
(73.95KB, 195x170)

6100 Reply
bird_01-uhd.png
(2.92KB, 231x199)

Delete Post  
[Previous] [0] [1] [2] [3] [4] [5] [6] [7] [8] [Next]

Rules / Changelog / Common thread / SthephanShi / kOLbOSa_exe / lhphr / PortablePorcelain / HypernovaHeathen / BaenHoHoHo / SArpnt / hcdphobe / OnixIsThePewterGod / Zackx / GetDolphinedLol / psubscirbe / ChrisRM380 / Kouzerumatsu / MT2023 / Decent-Manager-6169 / Chasyxx / Glebguything / absolute197 / ANoUserXD / MarioFan171
To top