forked from maaadc/singsang
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changes: * prevent clic-noise in beginning of playback
! issue bug report upstream * first playback after init of class (call of constructor) * may be similar like earlephilhower/ESP8266Audio#406 ! may be check whether this is hardware dependend; may be just internal speaker affected and line out of RCA module not ! may be check wheteher use mic at same time as playback, could avoid i2s re-config and thus clic-noise * see schreibfaul1/ESP32-audioI2S#604 * problem is there is i2s config we don't have control of ! may be use i2s_write(...) with a zero buffer instead of connect, loop and stop playing * prevent clic-noise in beginning of recorded file by skipping some data
- Loading branch information
Showing
4 changed files
with
25 additions
and
628 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.