Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Pete (El Supremo) 28a58248d9 My own version of AudioSynthWaveform. Sine is generated with arm_sin_q15() (but is slower) and the other three waveforms are generated without using tables. il y a 10 ans
examples Remove debugging statement from AudioToneSweep and add ToneSweep example sketch il y a 10 ans
misc initial beta release, for realz ;-) il y a 11 ans
Audio.cpp My own version of AudioSynthWaveform. Sine is generated with arm_sin_q15() (but is slower) and the other three waveforms are generated without using tables. il y a 10 ans
Audio.h My own version of AudioSynthWaveform. Sine is generated with arm_sin_q15() (but is slower) and the other three waveforms are generated without using tables. il y a 10 ans
README.md Update readme il y a 11 ans
new_objects.md change format for new_objects files il y a 11 ans
ulaw.c AudioPlayMemory using u-law and simpler header il y a 11 ans
waveforms.c Add AudioEffectFade object il y a 10 ans
windows.c initial beta release, for realz ;-) il y a 11 ans

README.md

Audio

Audio library for Teensy 3.0 & 3.1

This is BETA status code. It works pretty well, but it’s still under very active development.

APIs are likely to incompatibly change.

Please discuss any issues here. code

http://forum.pjrc.com/threads/24793-Audio-Library

Always try to post reproducible bug reports, with complete code and details necessary to recreate the problem.