6b76400231
								
							 
						 
						
							
								
								Merge pull request  #196  from klopyrev/master  
							
							Fix the DC offset computation. 
							
						 
						9年前  
				
					
						
							
								 
						
							
								dde07982b0
								
							 
						 
						
							
								
								Fix the DC offset computation. The previous computation would occassionally get stuck with an incorrect offset.  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								9c57e1cb19
								
							 
						 
						
							
								
								Add simple drum header and keywords  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								54974b6c7a
								
							 
						 
						
							
								
								Merge pull request  #194  from Ben-Rheinland/master  
							
							Improve Oversampling for PT8211 
							
						 
						9年前  
				
					
						
							
								 
						
							
								246a7f6977
								
							 
						 
						
							
								
								changed defines to be more specific  
							
							See conversation https://github.com/PaulStoffregen/Audio/pull/194  
							
						 
						9年前  
				
					
						
							
								 
						
							
								cf013ec88e
								
							 
						 
						
							
								
								move OS-related #defines to .h file; speed improvements  
							
							Combine two loops in stereo CIC computation into one for-loop.
Add compiler optimization "unroll-loops" to isr if OS enabled. Speed
improved from 113µs to 65µs per isr call for CIC interpolation filtering
(Measured on Teensy 3.2 96MHz optimized). 
							
						 
						9年前  
				
					
						
							
								 
						
							
								9d030da4d0
								
							 
						 
						
							
								
								Merge remote-tracking branch 'refs/remotes/PaulStoffregen/master'  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								6186a6a676
								
							 
						 
						
							
								
								Rename NoteFrequency samples  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								56b5f68dd1
								
							 
						 
						
							
								
								Remove leftover debug code  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								0e459a490d
								
							 
						 
						
							
								
								Truncate NoteFrequency guitar clips  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								7d6dcbd1b0
								
							 
						 
						
							
								
								Merge pull request  #192  from duff2013/master  
							
							NoteFrequency fixes 
							
						 
						9年前  
				
					
						
							
								 
						
							
								785bbcd3db
								
							 
						 
						
							
								
								Add Tuba samples to NoteFrequency example  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								9e5ed5248a
								
							 
						 
						
							
								
								Merge remote-tracking branch 'refs/remotes/PaulStoffregen/master'  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								248b6d25cc
								
							 
						 
						
							
								
								Add PT8211 documentation and example  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								b67e37d2bf
								
							 
						 
						
							
								
								NoteFrequency fixes  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								a4ab51ec48
								
							 
						 
						
							
								
								Merge remote-tracking branch 'refs/remotes/PaulStoffregen/master'  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								22ef626f7d
								
							 
						 
						
							
								
								Merge pull request  #191  from Ben-Rheinland/master  
							
							Add shelf filter support for biquad, add experimental support for PT8211 
							
						 
						9年前  
				
					
						
							
								 
						
							
								d16055bfbd
								
							 
						 
						
							
								
								Add biquad shelf filter documentation in GUI  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								aeb15ca042
								
							 
						 
						
							
								
								Mention 72 MHz issue in AudioInputAnalog docs  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								6c65d6f27a
								
							 
						 
						
							
								
								Mention analogRead issue in AudioInputAnalog docs  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								e8783ef6b8
								
							 
						 
						
							
								
								Add shelving filter support for biquad  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								913b4dcede
								
							 
						 
						
							
								
								Remove LED blink in isr  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								0db2e23ba1
								
							 
						 
						
							
								
								Add PT8211 w/ experimental 4x oversampling  
							
							PT8211 with oversampling and linear interpolation by Frank Bösing.
3 Stage CIC interpolation by Ben Rheinland 
							
						 
						9年前  
				
					
						
							
								 
						
							
								6381c771c9
								
							 
						 
						
							
								
								Add comments to USB examples  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								eaded1b6ac
								
							 
						 
						
							
								
								Add touchguitar image to Karplus Strong documentation  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								caebd7a38c
								
							 
						 
						
							
								
								Merge pull request  #188  from el-supremo/master  
							
							fix problem with left+right channels being swapped 
							
						 
						9年前  
				
					
						
							
								 
						
							
								8ce502770f
								
							 
						 
						
							
								
								fix problem with left+right channels being swapped  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								13d11c61a3
								
							 
						 
						
							
								
								Support more clock speeds  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								b661008005
								
							 
						 
						
							
								
								Document USB examples  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								a1975344d0
								
							 
						 
						
							
								
								Add USB examples  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								6bf4140a27
								
							 
						 
						
							
								
								List more examples for DAC & ADC  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								ad5ce98926
								
							 
						 
						
							
								
								Improve DAC and I2S slave documentation  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								a8a56a0e63
								
							 
						 
						
							
								
								Update wav2sketch link  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								1acdc4bd2c
								
							 
						 
						
							
								
								Add documentation for USB & KarplusStrong  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								c985e6b454
								
							 
						 
						
							
								
								Merge pull request  #182  from ccrome/master  
							
							AudioConnection:Fix the source and destination names for AudioConnect… 
							
						 
						9年前  
				
					
						
							
								 
						
							
								d6718ac763
								
							 
						 
						
							
								
								AudioConnection:Fix the source and destination names for AudioConnections when using custom node names.  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								45dda0de35
								
							 
						 
						
							
								
								Decay resonance (loop gain) slightly in Karplus Strong  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								19b8913884
								
							 
						 
						
							
								
								Add more note & chord defs to Guitar example  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								682a797f12
								
							 
						 
						
							
								
								Print CPU usage in Guitar example  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								516d871bfe
								
							 
						 
						
							
								
								Add Synthesis Guitar example  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								a1637b94e9
								
							 
						 
						
							
								
								Add very basic Karplus-Strong synthesis  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								7b191a3de1
								
							 
						 
						
							
								
								Merge pull request  #173  from Jacquot-SFE/master  
							
							Added a drum synthesis object to Audio library 
							
						 
						9年前  
				
					
						
							
								 
						
							
								5dbdacb1dc
								
							 
						 
						
							
								
								Add AudioInputUSB & AudioOutputUSB keywords  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								0b63609636
								
							 
						 
						
							
								
								Do not assume AudioStream.h includes Arduino.h  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								e3353358b6
								
							 
						 
						
							
								
								Don't cause a loud pop when changing biquad filter coefficients  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								5a27a29a4f
								
							 
						 
						
							
								
								Update documentation with links to Sparkfun's blog  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								a2996e662d
								
							 
						 
						
							
								
								Merge pull request  #176  from duff2013/master  
							
							Removed debug code, updated comments 
							
						 
						9年前  
				
					
						
							
								 
						
							
								b180e5e675
								
							 
						 
						
							
								
								Removed debug code, updated comments  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								bd6d5751fa
								
							 
						 
						
							
								
								Add documentation links to all tutorial examples  
							
							
							
						 
						9年前  
				
					
						
							
								 
						
							
								28db4b7cd3
								
							 
						 
						
							
								
								Add tutorial reference design tool outputs  
							
							
							
						 
						9年前