17d08ef465
								
							 
						 
						
							
								
								Merge remote-tracking branch 'origin/master'  
							
							
							
						 
						9 년 전  
				
					
						
							
								 
						
							
								812603775a
								
							 
						 
						
							
								
								Revert "Adding control functions (WIP)"  
							
							This reverts commit f0b376d3f6 
							
						 
						9 년 전  
				
					
						
							
								 
						
							
								f0b376d3f6
								
							 
						 
						
							
								
								Adding control functions (WIP)  
							
							Adding useful functions to setup all the configurable options in the
CODEC (not yet finished) 
							
						 
						9 년 전  
				
					
						
							
								 
						
							
								7e017b129e
								
							 
						 
						
							
								
								Rename AudioAnalyzeGuitarTuner to AudioAnalyzeNoteFrequency  
							
							
							
						 
						9 년 전  
				
					
						
							
								 
						
							
								c4cea1db07
								
							 
						 
						
							
								
								Add AudioAnalyzeGuitarTuner documentation  
							
							
							
						 
						9 년 전  
				
					
						
							
								 
						
							
								17e0291728
								
							 
						 
						
							
								
								rename initialize() to begin(), Arduino's naming convention  
							
							
							
						 
						9 년 전  
				
					
						
							
								 
						
							
								52538979f8
								
							 
						 
						
							
								
								Add AudioAnalyzeGuitarTuner keywords  
							
							
							
						 
						9 년 전  
				
					
						
							
								 
						
							
								8d51050644
								
							 
						 
						
							
								
								Add GuitarTuneNotes example  
							
							
							
						 
						9 년 전  
				
					
						
							
								 
						
							
								787480bb0c
								
							 
						 
						
							
								
								rename from AudioTuner to AudioAnalyzeGuitarTuner  
							
							
							
						 
						9 년 전  
				
					
						
							
								 
						
							
								c31af2cd0e
								
							 
						 
						
							
								
								Import Duff's AudioTuner library  
							
							https://forum.pjrc.com/threads/32252-Different-Range-FFT-Algorithm?p=91895&viewfull=1#post91895  
						9 년 전  
				
					
						
							
								 
						
							
								d5783c0a07
								
							 
						 
						
							
								
								Update documentation with new waveform names  
							
							
							
						 
						9 년 전  
				
					
						
							
								 
						
							
								61dacfa948
								
							 
						 
						
							
								
								Merge pull request  #145  from floretan/more-waveforms  
							
							More waveforms 
							
						 
						9 년 전  
				
					
						
							
								 
						
							
								fbd1fe65ce
								
							 
						 
						
							
								
								#144 : Add the reverse sawtooth and sample-and-hold waveforms.  
							
							
							
						 
						9 년 전  
				
					
						
							
								 
						
							
								ad5eeb150c
								
							 
						 
						
							
								
								Add arrangeAll (thanks mamuesp, from  #141 )  
							
							
							
						 
						9 년 전  
				
					
						
							
								 
						
							
								609f87e417
								
							 
						 
						
							
								
								fix typo  
							
							
							
						 
						9 년 전  
				
					
						
							
								 
						
							
								564b2eb8fa
								
							 
						 
						
							
								
								Fix GUI documentation URLs (issue  #140 )  
							
							
							
						 
						9 년 전  
				
					
						
							
								 
						
							
								967ba4c462
								
							 
						 
						
							
								
								Fixed registers configuration, added two examples  
							
							One write was out-of-bounds due to worng address put (I was using the
device address rather than the register address), another write
overwrote the Power Management register with the Mode Control register.
Now everything works. Added two exampes: SineOutTest that puts two
sinewaves on the outputs, and PassthroughTest that connects the two
inputs to the two outputs. 
							
						 
						9 년 전  
				
					
						
							
								 
						
							
								ab3ef8b985
								
							 
						 
						
							
								
								Revert "Fixed AK4558_I2C_ADDR"  
							
							This reverts commit 8d8350bf07 
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								1a5ceb4eb5
								
							 
						 
						
							
								
								Fixed AK4558_I2C_ADDR  
							
							The address was wrongly put to 0x10 + the two hardware set bits, while
it has to be 10 decimal, or 0x0A. Silly me. 
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								1c7fccfb07
								
							 
						 
						
							
								
								Enabled PIN_PDN as OUTPUT  
							
							The PIN_PDN was not set as output, therefore it would not transition to
LOW for 150 ns and then stay HIGH to properly enable the CODEC. The
CODEC now powers up, at least. 
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								ca4413c9f1
								
							 
						 
						
							
								
								Added SineOutTest in AK4558 Examples folder  
							
							The test puts a 440 Hz sinewave on one channel, and a 220 Hz on the
other 
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								a602a17dca
								
							 
						 
						
							
								
								Added AK4558 CODEC support  
							
							
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								d0e0cbfac2
								
							 
						 
						
							
								
								Merge pull request  #1  from PaulStoffregen/master  
							
							Merging updates from PaulStoffregen/Audio to my fork 
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								412b847344
								
							 
						 
						
							
								
								Merge pull request  #139  from mamuesp/master  
							
							Some issues fixed (#92, #56 ) 
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								f5b7c2abdf
								
							 
						 
						
							
								
								Fixed: issue  #92  - testing for input/output nodes - if none found, the export is not possible  
							
							Fixed: issue #56  - import and cut, copy & paste works fine, I added a routine which increments the numbers at the end of the names, IDs will be generated automaticcaly, if the ID already exists, and the appropriate name will be increased (e.g. "mixerRight" -> "mixerRight0", "input3" -> "input4" etc.) 
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								0982ecc49e
								
							 
						 
						
							
								
								Merge pull request  #138  from ivankravets/patch-9  
							
							Add CI build status 
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								0a4cd03fa4
								
							 
						 
						
							
								
								Add CI build status  
							
							
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								610cc620fc
								
							 
						 
						
							
								
								Merge pull request  #137  from ivankravets/patch-8  
							
							Skip unused source files 
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								825b487fcf
								
							 
						 
						
							
								
								Skip unused source files  
							
							
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								56ecba0ea5
								
							 
						 
						
							
								
								Merge pull request  #136  from ivankravets/patch-7  
							
							continuous integration: Add arm_cortexM4l_math library to linker 
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								56d02dbcd7
								
							 
						 
						
							
								
								Add arm_cortexM4l_math library to linker  
							
							
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								3381172366
								
							 
						 
						
							
								
								remove tutorials part 2 & 3 from travis.yml  
							
							
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								197abb849d
								
							 
						 
						
							
								
								Merge pull request  #135  from ivankravets/patch-6  
							
							Continuous Integration 
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								fed597678b
								
							 
						 
						
							
								
								Continuous Integration using  @PlatformIO  and  @travis-ci  
							
							Hi @PaulStoffregen ,
I see that your project contains the practical examples. All of us understand that it’s not easy to test them before each new commit to this repository. What is more, need to be sure that all of these examples are actual and compile without errors.
I propose to solve this task using [Continuous integration](https://en.wikipedia.org/wiki/Continuous_integration ) practice which is intended to detect [integration bugs](https://en.wikipedia.org/wiki/Software_testing#Integration_testing ) and save time over the lifespan of a project.
## How does it work?
The each new commit to this repository will be tested using existing examples with appropriate platforms/embedded boards. @PlatformIO  is used here as cross-platform code builder and library manager in pair with @travis-ci  (distributed continuous integration service). 
## Quickstart
Please enable @travis-ci  following the steps 1, 2 and 5 here http://docs.travis-ci.com/user/getting-started/#To-get-started-with-Travis-CI%3A  
For more details please follow to:
* Official Travis CI Documentation for PlatformIO: https://docs.travis-ci.com/user/integration/platformio/ 
* PlatformIO documentation for Travis CI: http://docs.platformio.org/en/latest/ci/travis.html 
## Status Badge
You can add [badge with build status](https://docs.travis-ci.com/user/status-images/ ) to your README
**Markdown**
```
[](https://travis-ci.org/PaulStoffregen/Audio )
```
**RST**
```
.. image:: https://travis-ci.org/PaulStoffregen/Audio.svg?branch=master 
    :target: https://travis-ci.org/PaulStoffregen/Audio 
```
## Examples
* Project [USB_Host_Shield_2.0](https://github.com/felis/USB_Host_Shield_2.0 ) [](https://travis-ci.org/felis/USB_Host_Shield_2.0 )
* Project [Arduino-IRremote](https://github.com/z3t0/Arduino-IRremote ) [](https://travis-ci.org/z3t0/Arduino-IRremote )
* Project [ethercard](https://github.com/jcw/ethercard ) [](https://travis-ci.org/jcw/ethercard ) 
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								8fe6d77908
								
							 
						 
						
							
								
								Merge pull request  #134  from ivankravets/patch-5  
							
							Handle all nested examples 
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								210ed98669
								
							 
						 
						
							
								
								Handle all nested examples  
							
							More examples for http://platformio.org/#!/lib/show/70/Audio  
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								2e34d31865
								
							 
						 
						
							
								
								Merge pull request  #133  from mamuesp/master  
							
							Again import improvements 
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								171d82356a
								
							 
						 
						
							
								
								Merge pull request  #132  from ivankravets/patch-4  
							
							Add dependent SerialFlash library 
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								1c522d1be2
								
							 
						 
						
							
								
								Improvement: import is able to parse comma separated definitions of variables  
							
							Improvement: import ignores lines which start with an known type but ends not with an ";"
Tidy up: deleted the "resources" folder, all static data is in the index.html file
Prepared: Looking for a solution to semi-automatic arrange imported nodes without coordinates 
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								cc87d8a257
								
							 
						 
						
							
								
								Add dependent SerialFlash library  
							
							
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								e8a0d0947c
								
							 
						 
						
							
								
								Merge pull request  #131  from ivankravets/patch-3  
							
							Exclude extras folder and specify version 
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								ac5a149966
								
							 
						 
						
							
								
								Exclude extras folder and specify version  
							
							
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								f665c5b421
								
							 
						 
						
							
								
								Merge pull request  #130  from mamuesp/master  
							
							Improvement: import is now very error tolerant 
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								bc6be819e4
								
							 
						 
						
							
								
								Improvement: import is now very error tolerant, no need of "begin" or "end" comments - just throw the data in. It searches for keywords (aka node types) at the start of each line and tries to parse these lines.  
							
							
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								685ca7400c
								
							 
						 
						
							
								
								Merge pull request  #128  from mamuesp/master  
							
							Bugfix: import function - undefined variable 
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								1b990b7ca4
								
							 
						 
						
							
								
								Bugfix: import function - undefined variable  
							
							
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								8a21e6e67f
								
							 
						 
						
							
								
								Merge pull request  #127  from mamuesp/master  
							
							Bugfix: added the loading of the static form data 
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								e60107aa12
								
							 
						 
						
							
								
								Bugfix: added the loading of the static form data (had been forgotten in the last commit)  
							
							
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								b20b1e6fb6
								
							 
						 
						
							
								
								Merge pull request  #126  from mamuesp/master  
							
							Some bugfixes and some improvements 
							
						 
						10 년 전  
				
					
						
							
								 
						
							
								380a351f6b
								
							 
						 
						
							
								
								Removed the asynchronous loading of HTML files via JavaScript, because this will be blocked on real offline use (file:// protocol).  
							
							Removed the extern files, except the JSON file with the node descriptions, this will be loaded in offline mode too. 
							
						 
						10 년 전