Skip to content

Instantly share code, notes, and snippets.

View joshuaword2alt's full-sized avatar

joshua_word_2 joshuaword2alt

View GitHub Profile
@interstar
interstar / bytebeats.edscript
Created March 15, 2021 02:33
ByteBeats in Edison (FL Studio Sample Editor)
script "JavaScript ByteBeats" language "javascript";
function generator(t) {
return (128&t*(4|7&t>>13)>>(1&-t>>11))+(127&t*(t>>11&t>>13)*(3&-t>>9)) ;
}
function makeSample(length,srate,norm) {
var start = 0;
var end = 0;
var s;
@dungsaga
dungsaga / spleeter.md
Last active March 17, 2024 20:00
Voice removal AKA karaoke creator

Trying to figure out how to capture the audio from the WebSDR @ Twente.

http://websdr.ewi.utwente.nl:8901

Mirror the websdr site

wget --mirror http://websdr.ewi.utwente.nl:8901

Current Efforts

The ruby script will successfully pull down the audio IQ, however the IQ cannot be played in Audacity. I believe this is because the audio is encoded or otherwise slightly mangled to deter us.

@AveYo
AveYo / .. MediaCreationTool.bat ..md
Last active June 29, 2024 01:12
Universal MediaCreationTool wrapper for all MCT Windows 10 versions - MOVED TO github.com/AveYo/MediaCreationTool.bat
@181192
181192 / installing_virtualbox-5.2.md
Created August 12, 2018 20:16
Installing VirtualBox-5.2

1: Add VirtualBox Repository Key

To add the repository key, run the commands below:

wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -

2: Add VirtualBox Repository

To add the repository to Ubuntu system run:

OldRoot

Chapter 1: Seeding

It all started on July 11th, 2014. User /u/LewisGreen submitted this post to /r/Minecraft. LewisGreen got a private message from /u/OldRoot, containing an image link and the text "This is the beginning. Those who are pure will see what hides in the darkness". The image was a very dark screenshot of Minecraft in the forest, with a silhouette of a character in the background. /u/-Neroren- started the hunt. He brightened the image, revealing a transparent link to a SoundCloud track called "it has begun". It was a .wav sound file, which when run through spectrogram software revealed a message. "silentraven"

@andrewrk
andrewrk / test.c
Created January 7, 2013 20:27
sox issue test case
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sox.h>
#include <limits.h>
// use this program with
// https://s3.amazonaws.com/superjoe/temp/02a7a451c263b29c79e43ef3ae7c8538.wmv
// to demonstrate as sox issue