Commit Graph

64 Commits

Author SHA1 Message Date
Jose Ramirez
d79325ad71 add WithHTTPClient (#13) 2025-04-30 10:21:50 -07:00
fba03ed0be update error code for 400 v0.1.16 2025-03-13 20:39:03 -07:00
aa701237ff add new error type v0.1.15 2025-03-13 14:04:06 -07:00
Jose Ramirez
29fa401714 s/speeh/speech (#11) v0.1.14 2025-03-04 00:20:55 -08:00
77d17e20fb update deps v0.1.13 2025-03-03 11:17:49 -08:00
Jose Ramirez
93af72dc7c add support for speech-to-text endpoint (#10) 2025-03-03 11:16:04 -08:00
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
samy kamkar
c585531fae Support command line text & new API attributes (#8)
* support `style` and `use_speaker_boost` API attrs

* support optional command line string as text

* print out time it took to run
v0.0.12
2024-07-24 12:14:00 -07:00
Lachlan Laycock
41f142ec2c Add missing attributes for VoiceResponseModel (#5) v0.0.11 2023-10-17 13:49:20 -07:00
6ebcddb891 bump deps 2023-09-20 23:53:35 -07:00
ae598ecc4b upgrade some deps v0.0.10 2023-08-24 18:58:52 -07:00
kayos
85bc7b2007 Fix: check errors before checking pointer receiver (!) (#4) v0.0.9 2023-08-12 12:32:19 -07:00
fzqxzhang
261398509a feat: model_id tag add omitempty (#3) v0.0.8 2023-07-25 15:43:48 +00:00
Marcel Molina
b925ef1471 Fix compile error from variable typo (#2)
* Fix compile error from variable typo

* bytes.Buffer pointer
v0.0.7
2023-07-09 16:00:45 +00:00
e095a7ec13 don't check resposne code before checcking err !=nil v0.0.6 2023-06-27 12:31:56 -07:00
32972d4ff2 Merge branch 'master' of github.com:taigrr/elevenlabs v0.0.5 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 v0.0.4 2023-05-12 23:42:59 -07:00
6fcc65115d add comments to the readme code v0.0.3 2023-04-19 14:02:09 -07:00
5451bcd0b1 fix readme and say 2023-04-19 14:00:03 -07:00
58581c3c46 add example binary to readme 2023-04-18 22:35:17 -07:00
544f24cab1 add example section v0.0.2 2023-04-18 22:32:17 -07:00
35f72a819b update copyright year 2023-04-18 22:31:02 -07:00
0d72be9d50 rename license 2023-04-18 22:23:48 -07:00
899a127e7a add badges and license 2023-04-18 22:23:03 -07:00
8a27f7df64 add example usage to readme 2023-04-18 22:19:04 -07:00
fb146435fd remove tts 2023-04-18 22:16:27 -07:00
e2bb856589 add example streamer 2023-04-18 22:16:04 -07:00
48f074cc9c add sample say program 2023-04-18 22:09:25 -07:00
eeac0e7dce move more 422 errors by default v0.0.1 2023-04-18 18:52:05 -07:00
3a2115a052 update 422 to samples 2023-04-18 18:48:15 -07:00
a7074835ef update 422 to history 2023-04-18 18:46:51 -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
962bce6d94 add voiceList 2023-04-18 18:20:41 -07:00
1f0bba7dd0 add editvoice based on addvoice 2023-04-18 18:12:30 -07:00
9331e86556 attempt at create voice 2023-04-18 18:07:31 -07:00
356266b818 gofmt 2023-04-18 17:40:43 -07:00
ae310cc85e add getVoiceSettings 2023-04-18 17:26:52 -07:00
74c5db7d37 work on getVoices 2023-04-18 17:20:13 -07:00
0dd940e5f1 starting into voice work 2023-04-18 16:57:18 -07:00
b476a5aaf9 work on user api 2023-04-18 15:46:16 -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
702b832d09 finish first cut of samples 2023-04-18 14:29:25 -07:00
bddd47ecd0 complete history initial draft 2023-04-18 14:16:57 -07:00
4c3e224db6 update json error methods 2023-04-18 13:52:07 -07:00
952bfe906e use endpoint built into client 2023-04-18 13:26:28 -07:00
81328860a1 move error over to client 2023-04-18 13:21:28 -07:00
8ef4e0a7fe mod tidy 2023-04-18 13:19:56 -07:00