Code Monkey home page Code Monkey logo

superaudioboard's Introduction

SuperAudioBoard

High quality, 24-bit audio codec board for Teensy 3.x

Files under SineTestCode are under MIT license. Example Arduino sketches in the "ExampleSketches" directory are public domain. All other files licensed under Creative Commons CC-BY-SA-NC v4.0 (see LICENSE.md file for details).

Not for commercial use.

A good place to start is the User Guide or the Hackaday project page.

I've added an in-depth design guide that walks through the design of the board.

The forum thread is another good place for more information.

All design files are in this repo. Here are a few quick links:

  • the schematic
  • the BOM
  • the "SAB_To_RPi" directory contains the design files for a small board to interface between the SuperAudioBoard and the Raspberry Pi

The files under SineTestCode are example code to get the board up and running with a Teensy 3.x This file is the compiled test code that can be downloaded directly to a Teensy for testing.

I've started integrating the SuperAudioBoard with the Teensy Audio library. The library currently only supports 16 bit modes, so the initial integration truncates the 24 bit audio samples from the codec to 16 bits for processing in the audio library. There is a working fork of the audio library with added SuperAudioBoard support in the github repo in the "SuperAudioBoard" branch. The files under the "ExampleSketches" directory are a couple of sketches that I've been using to test the board with the Audio library. Note that all Audio Library objects assume a sample rate of 44.1kHz, while the SuperAudioBoard only supports 48kHz in the audio library (for now, 96/192kHz rates are also possible). In order to account for the difference between the library sample rate and the actual sample rate, the frequencies used in a sketch should be modified for the actual sample rate. See the example sketches for details.

The kernel fork that includes SuperAudioBoard support is at kernel fork.

superaudioboard's People

Contributors

whollender avatar

Watchers

 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.