I hereby claim:
- I am jonathanharford on github.
- I am jonathan_harford (https://keybase.io/jonathan_harford) on keybase.
- I have a public key ASAw966zS8tMCJ_hsPIhKkT9ZT49-7biWnzNemWYE0E3rgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
{ | |
"basics": { | |
"name": "Jonathan Harford", | |
"label": "Software Developer", | |
"email": "[email protected]", | |
"phone": "(917) 414-9391", | |
"summary": "Full-stack software engineer with 8+ years of experience specializing in event-driven architectures and functional programming. Proven ability to deliver robust e-commerce solutions and real-time applications using Clojure, TypeScript, and SvelteKit. Seeking to apply my skills in building complex, scalable systems.", | |
"location": { | |
"address": "1236 Parker St.", | |
"postalCode": "94702", |
from pydub import AudioSegment | |
from pydub.playback import play | |
from pydub.generators import WhiteNoise | |
import random | |
sound = AudioSegment.from_wav('src.wav') | |
audio_len = len(sound) | |
base_frame_rate = sound.frame_rate | |
glitched = AudioSegment.empty() |