Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
577 contributions in the last year
Contribution activity
August 2020
Created a pull request in esp8266/Arduino that received 3 comments
Use 32b loads to set print strings
Instead of using either a series of etc_putc or setting a series of bytes one by one, use a simple macro to define 32b constants to build up strings.
+23
−14
•
3
comments
- Release 1.5.1
- Fix AAC mono decode
- Fix seek behavior in Opus, STDIO
- Reduce OpusFile RAM by only allowing mono/stereo
- Add Opus file format (and OGG demux)
- Use semantic version x.y.z
- Update to release 1.5 since several bug fixes have gone in
- Fix missed merge in MIDI notegen
- Fix factor-of-2-off MIDI velocity parsing
- Add FatFS file source
- Add ESP32 build, break out ESP8266 install for CI
- Use GitHub CI to run tests
- Don't overwrite boot sector unless OTA changes it
- Add CI test for eboot build
- Update PIO CI to be less chatty, fix CI fail
- Add SerialEvent() callback to loop processing
- Add valgrind mocked test to CI
- Clean up minor warnings from LGTM.com
- Remove warnings when buinding NoAssert
- Add synthetic IntegerDivideByZero exception
- new w/ OOM now aborts by defaults, or throw an exception
- WString: Optimize a bit
- LEA mDNS v2
- Exception menu: by default new aborts on OOM
- Netump Initial commit
- Create new method connectAsync
- Fix spelling typo under doc/faq
- Updater MD5 cleanup on begin
- doc: gcc handles duplicate literal strings
- Fix spelling typos in files under doc/esp8266wifi
- Do not write more data than requested on PUYA flashes
- sys/pgmspace.h: Refactor inline asm
- Typo
- ota: fix potential network error by checking return values
Created an issue in arduino/Arduino that received 1 comment
[Library Manager] Please add ESP8266Audio library
Howdy, Could you please add this library for the ESP8266 and ESP-32 for doing audio decompression and playback: https://github.com/earlephilhower/E…
1
comment