Commit Graph

52 Commits

Author SHA1 Message Date
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
2526e48ecc add github funding 2023-04-18 13:18:21 -07:00
6f4b05010d start on samples and voices rewrite 2023-04-18 13:17:26 -07:00
c2cf2d3db1 start tts rewrite 2023-04-18 12:40:12 -07:00
064d7237ee add writers to history 2023-04-18 12:36:10 -07:00
cfa17cc99e start migration of user 2023-04-18 01:37:36 -07:00
63f3dfe255 start history rewrite 2023-04-18 01:24:28 -07:00
9540f8237d add placeholders for say and tts 2023-04-17 20:36:34 -07:00
0bf2c4e764 tidy 2023-04-17 20:35:10 -07:00
033fea1015 move api / types down a level 2023-04-17 20:31:10 -07:00
28811dc47e update readme 2023-04-17 20:15:34 -07:00
9a3268eec5 refactor model names 2023-04-17 19:50:53 -07:00
6b3113f302 move all types into the same file (will break back out later) 2023-04-16 19:25:08 -07:00