Giter Site home page Giter Site logo

joht / speclet Goto Github PK

View Code? Open in Web Editor NEW
13.0 1.0 1.0 2.9 MB

Audio Spectrum Analyzer using Fourier- and Wavelet-Transformation

License: GNU General Public License v3.0

CMake 5.02% C++ 70.79% C 23.54% Makefile 0.66%
dsp fourier juce uncertainty-principle vst wavelet audio vst3 analyzer spectrum

speclet's Introduction

Speclet

VST Audio Spectrum Analyzer Plugin using Fourier- and Wavelet-Transformation.

๐Ÿ–ฅ User Interface

๐Ÿ“– User Guide

Have a look at the User Guide for further screenshots and to get started using the analyzer.

๐Ÿ— Build the Project

Prerequisites

Clone

Download the project as zip or clone it using GIT:

git clone https://github.com/JohT/speclet.git

Command Line

See COMMANDS.md if you prefer to use the command line.

Visual Studio Code (MacOS)

Visual Studio Code (Windows)

  • Install Visual Studio Build Tools with Visual Studio Installer, select Desktop Development for C++ and add all optional Clang Features
  • Install recommended extensions specified in speclet.code-workspace
  • Select the kit that fits your machine (e.g. amd64) (STRG+SHIFT+P, Type "CMAKE kit"). Successfully tested with "Visual Studio Build Tools 2022 Release - amd64".

๐Ÿฉบ Testing

Run Unit Tests within your command line interface (CLI):

ctest --test-dir build/test

Run Unit Tests in Visual Studio Code

Build the project and use extension "matepek.vscode-catch2-test-adapter" to show all the Catch2 CTest cases under "Testing" (left "activity bar", below extensions button).

Build AudioPluginHost for exploratory testing

cmake.exe --build build --config Debug --target AudioPluginHost

๐Ÿ›  Used Tools

Modernized 2022 using the following tools:

This version is not ready yet. It contains the code from back then, that doesn't compile any more.
It also contains the plugin made with the tutorial Learn Modern C++ by Building an Audio Plugin (w/ JUCE Framework) - Full Course YouTube as a template to start the modernization.

๐Ÿ“š Used Libraries

This plugin was made in 2011 (modernized 2022) using the following frameworks and libraries:

Trademarks

  • Steinberg is a registered trademarks of Steinberg Media Technologies GmbH.

๐Ÿ”Ž References

Digital Signal Processing

Templates and Examples

Performance Tracing/Logging (Profiling, Instrumentation)

Testing

Windows Build

Installation

Other

speclet's People

Contributors

joht avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

musicprojects

speclet's Issues

Relieve the audio thread

Problem

CPU intense calculations like the Wavelet Transformation, especially with higher resolution and filtering requirements, shouldn't affect the audio thread. Currently, glitches and other artifacts might happen occasionally. The audio thread shouldn't be affected by intense calculations, since they are done to visualize the spectrum, not to change audio.

Expected

  • The audio thread should only be connected to a buffer that doesn't lock it
  • There shouldn't be any glitches any more

Ideas

  • Research buffering and thread synchronization best practices
  • Refactor link between audio thread and spectrum calculation and visualization

References

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • Update dependency juce-framework/JUCE to v7.0.12

Detected dependencies

github-actions
.github/workflows/continuous-integration.yml
  • actions/checkout v4
  • hendrikmuhs/ccache-action v1
  • actions/upload-artifact v4
  • actions/download-artifact v4
  • softprops/action-gh-release v2
regex
package-lock.cmake
  • catchorg/Catch2 3.5.4
package-lock.cmake
  • juce-framework/JUCE 7.0.11
package-lock.cmake
  • https://github.com/tcbrindle/span.git master@836dc6a0efd9849cb194e88e4aa2387436bb079b
cmake/Environment.cmake
  • cpm-cmake/CPM.cmake 0.39.0
.github/workflows/continuous-integration.yml
  • Tracktion/pluginval v1.0.3

  • Check this box to trigger a request for Renovate to run again on this repository

LV2 version?

Hiya. With JUCE 7 now out, how about an LV2 version?

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.