PaulStoffregen
|
2ee2eac12d
|
Add tutorial files
|
9 years ago |
PaulStoffregen
|
a41e2a7c26
|
design tool needs to include SerialFlash.h in exported code
|
9 years ago |
PaulStoffregen
|
7eb79725da
|
Add case sensitive note to AudioPlaySerialflashRaw documentation
|
9 years ago |
PaulStoffregen
|
b3b3f857a8
|
remove leftover debug code from AudioPlaySerialflashRaw
|
9 years ago |
PaulStoffregen
|
6c4a806fca
|
Initial work on DAC for Teensy-LC (still incomplete)
|
9 years ago |
PaulStoffregen
|
caaa796782
|
Add keywords
|
9 years ago |
PaulStoffregen
|
eae843b696
|
Fix compiler warning
|
9 years ago |
PaulStoffregen
|
d49f884376
|
Fix more Teensy-LC compiler errors
|
9 years ago |
PaulStoffregen
|
14fd8f907b
|
Fix some Teensy-LC compiler errors
|
9 years ago |
PaulStoffregen
|
35641934e0
|
Initial work on FFT256 for Teensy-LC (untested)
|
9 years ago |
Paul Stoffregen
|
d536e9e37e
|
Merge pull request #120 from FrankBoesing/master
added mute_PCM() - sets or unsets VALID in VUCP (and adjusts PARITY)
|
9 years ago |
Frank
|
90d13f3f86
|
added muting to zero blocks
|
9 years ago |
Frank
|
ae7251c9ab
|
added mute_PCM() - sets or unsets VALID in VUCP (and adjusts PARITY)
f
|
9 years ago |
Frank
|
85afca0a5a
|
added mute_PCM() - sets or unsets VALID in VUCP (and adjusts PARITY)
|
9 years ago |
Frank
|
f20b191ae8
|
added mute_PCM() - sets or unsets VALID in VUCP (and adjusts PARITY)
|
9 years ago |
PaulStoffregen
|
eb3ad707c8
|
Add Memoryboard4 documentation
|
9 years ago |
PaulStoffregen
|
366fdad883
|
Add support for Frank's 6-chip Memoryboard4 (AUDIO_MEMORY_MEMORYBOARD)
|
9 years ago |
PaulStoffregen
|
c3be47ba8d
|
Add AudioEffectDelayExternal documentation
|
9 years ago |
PaulStoffregen
|
c90f9dbd45
|
Default AudioEffectDelayExternal to use all 23LC1024 memory
|
9 years ago |
PaulStoffregen
|
8927aa3506
|
Add 23LC1024 support to AudioEffectDelayExternal
|
9 years ago |
PaulStoffregen
|
df633c3b1b
|
Begin work on AudioEffectDelayExternal...
|
9 years ago |
PaulStoffregen
|
71f029ba76
|
Add Bitcrusher effect (thanks Pensive)
https://github.com/PaulStoffregen/Audio/pull/119
|
9 years ago |
PaulStoffregen
|
f13e51ee97
|
Add AudioPlaySerialflashRaw
https://forum.pjrc.com/threads/27409-Play-RAW-from-Serial-Flash?p=77666#post77666
|
9 years ago |
mxmxmx
|
d15c3642c6
|
AudioControlWM8731::inputLevel(float n)
|
9 years ago |
PaulStoffregen
|
1fa138e8b1
|
Minor fix in S/PDIF docs
|
9 years ago |
PaulStoffregen
|
aa7c80b1b9
|
Add S/PDIF to GUI design tool
|
9 years ago |
PaulStoffregen
|
e5b0a8f819
|
Update WavFilePlayer for I2S or S/PDIF or DAC
|
9 years ago |
Paul Stoffregen
|
115f681c5a
|
Merge pull request #116 from FrankBoesing/master
add spdif output
|
9 years ago |
Frank Bösing
|
eadb3bdcfe
|
add spdif output
perhaps add your wav-example too ?
todo: update gui
|
9 years ago |
PaulStoffregen
|
4c6e76e2b4
|
Do not disable all interrupts while opening RAW files
|
9 years ago |
PaulStoffregen
|
feffb8ca20
|
Add library.properties
|
9 years ago |
PaulStoffregen
|
149297c5fb
|
Fix stereo WAV file startup & end (first and last 3 milliseconds)
https://forum.pjrc.com/threads/27491-WAV-playback-sounds-distorted?p=62544&viewfull=1#post62544
|
9 years ago |
Paul Stoffregen
|
b83e6f1592
|
Merge pull request #103 from Nantonos/master
update gui docs for 1.00 range not 100.0
|
9 years ago |
Nantonos
|
93b64b68e3
|
update gui docs for 1.00 range not 100.0
|
9 years ago |
Paul Stoffregen
|
d90183b479
|
Merge pull request #99 from FrankBoesing/master
do not forget - your own addition :-)
|
10 years ago |
Frank Bösing
|
94c7aced03
|
do not forget - your own addition :-)
|
10 years ago |
Paul Stoffregen
|
541d342757
|
Merge pull request #95 from ivankravets/patch-1
Fix JSON syntax
|
10 years ago |
Ivan Kravets
|
0080f26896
|
Fix JSON syntax
|
10 years ago |
PaulStoffregen
|
567e9505bf
|
add library.json
|
10 years ago |
PaulStoffregen
|
87b715ad2d
|
Fix AudioInputAnalog
|
10 years ago |
PaulStoffregen
|
bf6f8b4992
|
Fix harmless compiler warnings in AudioRecordQueue
|
10 years ago |
PaulStoffregen
|
9bcfe36a21
|
Add Delay example
|
10 years ago |
PaulStoffregen
|
de39e6f790
|
WAV header parse for 44100
|
10 years ago |
PaulStoffregen
|
fe2286932b
|
register SPI interrupt when playing WAV & RAW files
|
10 years ago |
PaulStoffregen
|
7a50961114
|
Add SPI interrupt registration layer
|
10 years ago |
PaulStoffregen
|
32aee43eee
|
Update ADC documentation in GUI, but optional pin number
|
10 years ago |
PaulStoffregen
|
7602cb2ece
|
Remove old debugging stuff from AudioInputAnalog
|
10 years ago |
PaulStoffregen
|
fff6eda8eb
|
Allow AudioInputAnalog to use different pins
|
10 years ago |
PaulStoffregen
|
700cb656c1
|
Shorten example folder from SGTL5000_Specific to SGTL5000
|
10 years ago |
PaulStoffregen
|
e7c826e578
|
Add Examples lists to GUI documentation
|
10 years ago |