Skip to content

Instantly share code, notes, and snippets.

View Cortexelus's full-sized avatar

CJ Carr Cortexelus

View GitHub Profile
@Cortexelus
Cortexelus / udio.py
Last active May 10, 2024 12:59
Automate Udio (2024-04-13)
# AUTOMATE UDIO
# by DADABOTS dadabots.com
# was working on 2024-04-13
# tldr; get your login cookie, use it to automate udio from python
import requests
import json
from time import sleep
import re
@Cortexelus
Cortexelus / backmatting.ipynb
Created April 22, 2020 16:21 — forked from andreyryabtsev/backmatting.ipynb
BackMatting.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Cortexelus
Cortexelus / Signal reconstruction from spectrograms.ipynb
Created June 12, 2019 03:39 — forked from carlthome/Signal reconstruction from spectrograms.ipynb
Try to recover audio from filtered magnitudes when phase information has been lost.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.