Skip to content
View 0x07dc's full-sized avatar

Block or report 0x07dc

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

Pinned Loading

  1. none none Public

    Audio application and library management framework built on JUCE

    C++ 2

  2. declicker declicker Public

    Audio plugin to remove clicks from audio

    C++ 8

  3. basicreverb basicreverb Public

    JUCE-built basic reverb plugin using a multi-tap comb filter technique.

    C++ 12

  4. DFT DFT
    1
    // This is a function that performs the discrete fourier transform
    2
    // on an input array and returns a magnitude from 0-1 indicating
    3
    // detection strength (1 being prominent and 0 being silent)
    4
    
                  
    5
    // Additionally, it's also implemented here as an example
  5. Windows Audio Sleep Timer Windows Audio Sleep Timer
    1
    # This script mutes your windows audio after a certain amount of entered time
    2
    # Requires PyCaw (>pip install pycaw)
    3
    # Usage:
    4
    # > python sleepTimer.py <minutes until silence>
    5
    
                  
  6. PHPJSPong PHPJSPong Public

    PHP/JS/jQuery Pong kin to Apache Pong (logstalgia)

    PHP 1