Skip to content
View ancientjpeg's full-sized avatar
  • Minimal Audio
  • San Francisco, CA

Block or report ancientjpeg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ancientjpeg/README.md

Who Am I?

  • I'm Jackson! I'm a music producer and software engineer who specializes in DSP. I make music under the moniker jk.
  • Over the summer of 2020 I taught myself C++, and since then I've branched out into Python, JavaScript, Rust, and Golang
  • My greatest love in programming is writing code that is extremely robust
    • Nothing makes me happier than code that can be formally verified by proof!
  • Alongside developing unique audio plugins for my own use, I also use my personal projects explore algorithms that interest me and develop my skill in writing fault-tolerant networking and backend code.
  • If you're curious, you can check out my soundcloud at https://soundcloud.com/jxstkidding !

Projects

  • rtstft_ctl
    • Audio plugin allowing fine control over the phase vocoder algorithm
    • Individual frequency bin manipulation and algorithm parameter tweaking for unique results
    • Custom scripting language, with a parser written in C, for precise bin control
  • text-compliance.net
    • Website for powerful search-and-replace over large documents
    • Uses a custom .docx parser to perform search-and-replace on Word documents
    • Uses a hand-written implementation of Myers' O(ND) diff algorithm

Pinned Loading

  1. rtstft_ctl rtstft_ctl Public

    C++ 1

  2. compliance compliance Public

    TypeScript