Giter Site home page Giter Site logo

sandy0259 / hall Goto Github PK

View Code? Open in Web Editor NEW

This project forked from finncyr/hall

0.0 0.0 0.0 73.13 MB

standalone real-time reverb solution for the STM32-F7

License: Creative Commons Zero v1.0 Universal

Makefile 0.19% C 91.99% C++ 0.84% Assembly 0.38% Objective-C 6.60%

hall's Introduction

hall


please note:

all documentation relevant for grading this project can be found in finalReport.docx

the .elf file which we use can be found under this link


Project for SMMD in WS 19/20 Participants: Finn Cyriax, Manuel Faatz

Description of Project

This project is aimed at creating a device that can alter an audio signal provided by a microphone using an reverb effect. Should the team have the time, additional effects will be implemented. The project will be implemented using the STM32 development platform provided by our professors. The audio signal will be obtained from the microphone using the audio codec integrated into the development board. The audio data will be transported from the codec to the SoC using DMA in a ping/pong configuration. In order to enable using the last few bits of the ping buffer as inputs for the pong buffer processing (and vice versa), they will have to be copied to the beginning of the pong buffer (and vice versa). The audio signal will then be processed by the SoC using FIR/IIR filters to realize the desired audio effects.

After processing the audio signal is returned to the CODEC using DMA in ping/pong configuration as well. The overlap creating by copying the end of one input buffer to the beginning of the next will have to be accounted for. Since user IO is not time sensitive it will not be handled when the CPU has cycles to spare. This will be used by handling IO in the main loop, since it only executes when there are no ISRs running. To save more cycles a simple polling could be implemented that prevents the IO functions from executing too often when the CPU is not handling interrupts.

Goals

The final project software should contain the following features:

  • IO to change effects whilst running
  • Various Effects:
    • Echo
    • Delay
    • Reverb
  • Mute Button
  • Audio Passthrough

The application should be executable as a stand-alone solution for the STM32 Dev Kit.

Last Updated: 07.01.2020

hall's People

Contributors

finncyr avatar mainmanu avatar restyled-commits avatar

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.