Giter Site home page Giter Site logo

archive's Introduction

Wonkystuff

This repo will contain a few sound-generating/processing schematics/code for Wonkystuff hardware :)

basic

basic is an ATTiny85-based tone generator, put together just to get acquainted with the basic techniqies of getting an 8MHz, 8-pin microcontroller to make noises. As it stands, it's a two-oscillator tone generator which supports audio-rate FM/PM of each oscillator, so it could be useful as a building block for something.

adc

adc is another ATTiny85-based tone generator (same schematic as for basic), put together to learn a bit more about this little device. adc is another two-oscillator tone generator but with the ADCs running at their full resolution of 10 bits, slower than the sample-generating ISR runs. This was where I discovered that my imagined sample rate was not accurate (audio ISR was starving the ADC ISR), so I have reduced the sample rate. At the moment, this version also allows wavetable switching for oscillator 1 (sine/ramp). More waveforms will be forthcoming.

single

single is a development of adc, concentrating on getting a few more features/quality into a single oscillator:

  • multiple selectable waveshapes;
  • higher sample rate (at least double that of adc since we don’t need to toggle between two oscillators;
  • … plus some other stuff :)

archive's People

Contributors

minimism 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.