Skip to content

Releases: ArminJo/Talkie

Adding parameter aSampleRateForPitch and macro ENABLE_PITCH

05 Nov 09:20
Compare
Choose a tag to compare
v1.4.0

Adding parameter aSampleRateForPitch and macro ENABLE_PITCH. Bumped v…

Adding support for SAMD51 and ESP32 core 3.x

18 Sep 09:51
Compare
Choose a tag to compare
v1.3.3

Bumped version to 1.3.3

Fixed ESP32 timer bug.

29 May 23:25
Compare
Choose a tag to compare
v1.3.2

Bumped version to 1.3.2

Improved SAMD support

22 May 08:39
Compare
Choose a tag to compare
  • Updated _1_Voltmeter example and renamed example names.
  • Improved SAMD support.

ESP32 and BluePill / ARM M3 support

21 Apr 09:49
Compare
Choose a tag to compare
  • Removed blocking wait for ATmega32U4 Serial in examples.
  • 10 bit Coefficients are working now, but they do not sound better :-(.
  • Tested on an ESP32.
  • Tested on a BluePill.

New functions digitalWrite(Non)InvertedOutput

24 Aug 20:19
Compare
Choose a tag to compare
  • Corrected wrong function name doNotUseUseInvertedOutput().
  • Added functions digitalWriteNonInvertedOutput() and digitalWriteInvertedOutput().

SAMD, ESP32, Teensy support.

16 Jul 12:20
Compare
Choose a tag to compare
  • SAMD support.
  • ESP32 support.
  • Teensy support.
  • Version number.
  • Renamed *.c to *.cpp files.
  • Added function sayQTimeout() in TalkieUtils.cpp.
  • Added example USDistanceToVoice.
  • Added function sayQVoltageVolts().
  • Improved end handling to minimize clicks.

ATmega2560 support, pins to input when finishing

06 Dec 16:09
Compare
Choose a tag to compare
  • ATmega2560 supported and tested
  • Always set pins to input when finishing, to avoid a click.

SPI compatibility added

03 Sep 17:32
Compare
Choose a tag to compare
  • Added SPI compatibility by not resetting pin 11 to input if SPI is detected
  • Added new constructor Talkie(bool aUseNonInvertedOutputPin, bool aUseInvertedOutputPin);