12 Commits

Author SHA1 Message Date
Lachlan Laycock
db0a2e1760 Add sound generation api (#9)
* Add missing attributes for VoiceResponseModel

* Updating module to point to forked repo

* Tidying up go.mod

* Adding missing voice settings

* Adding support for request stitching

* Adding support for request stitching

* Fix dup SharingOptions struct from merge

* Add Sound Generation API

* Fix: revert user-agent/package url to original
2024-11-25 21:39:34 -08:00
Marcel Molina
b925ef1471 Fix compile error from variable typo (#2)
* Fix compile error from variable typo

* bytes.Buffer pointer
2023-07-09 16:00:45 +00:00
e095a7ec13 don't check resposne code before checcking err !=nil 2023-06-27 12:31:56 -07:00
32972d4ff2 Merge branch 'master' of github.com:taigrr/elevenlabs 2023-06-26 20:09:02 -07:00
84e59417d6 fix nil error pointed out by @Davincible , closes #1 2023-06-26 20:08:51 -07:00
3e3b7004b8 update to newer release of api 2023-05-12 23:42:59 -07:00
5426566682 update to default 422 2023-04-18 18:44:17 -07:00
6305484a6d update to add test code 2023-04-18 18:41:47 -07:00
356266b818 gofmt 2023-04-18 17:40:43 -07:00
0b0d613b62 attempt tts stream, needs checking 2023-04-18 14:56:11 -07:00
281aa1275b update tts for non-stream 2023-04-18 14:53:39 -07:00
c2cf2d3db1 start tts rewrite 2023-04-18 12:40:12 -07:00