#💬 vxsqiʹs Feedback

1 messages · Page 1 of 1 (latest)

plush swiftBOT
next lodge
#

wahahha i dont do roblox anymore but this kicks ass

#

wtf

jade merlin
# next lodge wtf

took me about 3 months to figure out how to do it. any sound, song, video you hear are made of multiple waves

next lodge
#

yeah i read your message. pretty fucking impressive. imguessing thatts why theres some crackling

jade merlin
#

how this works is it basically layers multiple waves together of different phase and amplitude using 512-1024 sine waves (depending on window size) and reads fft data. this is done each signal.

#

you can use buffers to do this as they have byte read capabilities. you just keep adjusting the offset after you created buffer.fromstring(wavdata)

next lodge
#

is the roblox client streaming the music?

#

you can fire remoteevents from an external server?

jade merlin
#

so to convert the youtube links to wav, i use python with ffmpeg on my webserver which runs on my pc

#

and this is done everytime on a serverscript, requests to my endpoint with a youtube link and the webserver responds back with the wav file

jade merlin
next lodge
#

thats a lot

jade merlin
next lodge
#

so the client practically downloads the file

jade merlin
#

thats why if you might have a sound effect, you will hear the chip at the start of the sound

jade merlin
next lodge
#

The server downloads it from youtube and the client downloads it from the server

jade merlin
next lodge
#

nah especially cuz i'd have to like revive my roblox account and install roblox and uhhh eeruuuughh

jade merlin
#

oh rip

deep whale
#

crazy..

#

I have sopmething similar

#

but mine is way worse quality lol

#

ggs on the good quality..

#

also, are you not parsing the file in-game?

#

or is that just for extracting the WAV from a video on yt?

#

Wait a minute.. I think you're config actually helped my thing sound better lol

#

I had 128 sounds on a window size of 256..

#

I changed it to what u had.. 512 sounds on a window size of 1024..

#

🤔

jade merlin
deep whale
#

oh god..

#

😭

jade merlin
#

well the python part

deep whale
#

fair

jade merlin
#

claude wrote my python, but everything roblox is self written