Author: @shimafuri
This file contains 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
from math import floor | |
from pathlib import Path | |
import sys | |
import os | |
import numpy as np | |
import librosa | |
import librosa.beat | |
import soundfile as sf | |
def synchronize(file_path_1, file_path_2, output_path="mashup.wav", second_iteration=False): |
This file contains 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
absl-py==1.2.0 | |
apache-beam==2.40.0 | |
appdirs==1.4.4 | |
appnope==0.1.3 | |
astroid==2.11.7 | |
asttokens==2.2.1 | |
astunparse==1.6.3 | |
async-timeout==4.0.2 | |
attrs==22.2.0 | |
audioread==3.0.0 |
This file contains 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
https://github.com/github/training-kit | |
https://github.com/AdguardTeam/AdGuardHome | |
https://github.com/TH3xACE/SUDO_KILLER | |
https://github.com/simbody/simbody | |
https://github.com/matthieu-hackwitharts/Win32_Offensive_Cheatsheet |
This file contains 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
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
""" | |
Created on July 7 2020 | |
@author: Pete Midi | |
""" | |
import mido | |
import numpy as np |
If you find something that fits here, leave it down in the comments! Make sure the content isn't illegally distributed, however, as it won't make it onto the list.
Mysteka's 1000 Followers Mini Pack (Serum Presets + Drums)
Flintwick's Spacebeans Sample Pack [toneden.io]
u/telekinetic_turtle's Glitch with Friends Pack [Reddit Post]
Strybo - Wild Sounds Vol. 1
This file contains 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
'''animate individual characters in a variable font''' | |
fontName = 'Skia' | |
txt = 'variablefonts' | |
# steps between min/max range | |
steps = 12 | |
# variable font range | |
variations = listFontVariations(fontName) |
This file contains 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
import matplotlib.pyplot as plt | |
from PyQt5 import QtCore | |
import numpy as np | |
import time | |
import math | |
class VisualiseFrequency(QtCore.QThread): | |
def __init__(self, song, canvas, player): |
This file contains 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
import os | |
import tempfile | |
import numpy as np | |
import tensorflow as tf | |
import sox | |
import pyaudio | |
import librosa | |
import logging | |
import tempfile | |
import numpy as np |
NewerOlder