Updated Home (markdown)

Phil Schatzmann 2024-02-21 08:37:46 +01:00
parent 28ffceb9dc
commit 5ac1e9f3f2

@ -12,9 +12,6 @@
- [Examples](https://github.com/pschatzmann/arduino-audio-tools/wiki/Examples)
- [Performance](https://github.com/pschatzmann/arduino-audio-tools/wiki/Performance)
- [It's not working!](https://github.com/pschatzmann/arduino-audio-tools/wiki/It's-not-working)
- Analyzing Audio
- [Determining the Volume](https://github.com/pschatzmann/arduino-audio-tools/wiki/Determining-the-Volume)
- [FFT](https://github.com/pschatzmann/arduino-audio-tools/wiki/FFT)
### Transforming Audio Data
- [Volume Control and Panning](https://github.com/pschatzmann/arduino-audio-tools/wiki/Volume-Control)
- [Codecs: Encoding and Decoding of Audio](https://github.com/pschatzmann/arduino-audio-tools/wiki/Encoding-and-Decoding-of-Audio)
@ -24,6 +21,9 @@
- [Audio Effects](https://github.com/pschatzmann/arduino-audio-tools/wiki/Audio-Effects)
- [Pitch Shifting](https://github.com/pschatzmann/arduino-audio-tools/wiki/Pitch-Shifting)
- [Using Filters](https://github.com/pschatzmann/arduino-audio-tools/wiki/Filters)
### Analyzing Audio
- [Determining the Volume](https://github.com/pschatzmann/arduino-audio-tools/wiki/Determining-the-Volume)
- [FFT](https://github.com/pschatzmann/arduino-audio-tools/wiki/FFT)
### Advanced Topics
- [MemoryStream: Converting a File to Flash Memory](https://github.com/pschatzmann/arduino-audio-tools/wiki/MemoryStream:-Converting-a-File-to-Flash-Memory)
- [Writing your Custom Input&Output Class