GithubHelp home page GithubHelp logo

soundprofiler's Introduction

SoundProfiler

Audio analysis based on chromatic value, using openFrameworks

Dependencies:

  • ofxFft: Used for frequency analysis
  • ofxStk: Used for audio input / output, audio file management
  • ofxGuiExtended: Used to display data and control settings

Installation (Mac)

  1. Install openFrameworks
  2. (optional) Install SoundFlower for input streaming
    • Download and install SoundFlower
    • Open Audio MIDI Setup
    • Create new Multi-Output Device using + at bottom left corner
    • Select computer output and Soundflower(2ch)
    • Right-click new device and select 'Use This Device for Sound Output'
    • Right-click Soundflower (2ch) and select 'Use This Device for Sound Input'
  3. Clone addons
    • Navigate to openFrameworks directory
    • Enter addons folder cd addons
    • Clone ofxFft git clone https://github.com/kylemcdonald/ofxFft.git
    • Clone ofxStk git clone https://github.com/Ahbee/ofxStk.git
    • Clone ofxGuiExtended git clone https://github.com/frauzufall/ofxGuiExtended.git
  4. Clone Project
    • Navigate to openFrameworks directory
    • Make new folder for lab project mkdir apps/CS1L ; cd apps/CS1L
    • Clone project git clone https://github.com/Mitchell57/SoundProfiler.git
  5. Open project in XCode and run!

soundprofiler's People

Contributors

bleugreen avatar

Watchers

James Cloos avatar  avatar

soundprofiler's Issues

Add more info to FFT plot

Add more visualization to FFT mode:

  • Waveform display
  • Spectrogram display
  • Windowing parameters for both

Display - Raw

Add a 'Raw' Display mode that shows unfiltered input signal + full FFT

  • Structs to store input signal & full FFT
  • Display methods to show plot-style amplitude graphs
  • Button for raw on GUI
  • controls to window FFT to certain freqs

Display - Oscilloscope

Add 'Chromatic Oscilloscope' mode that simulates an oscilloscope output for each summed note

  • DisplayMode has methods to draw oscilloscope
  • Button + controls for osc. added to GUI

Analysis - Tempo / Onset

Add analysis methods to detect tempo and note onsets for temporal transcription

  • Tempo detection method and struct
  • Onset trigger + related methods

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.