mirror of
https://github.com/taigrr/elevenlabs.git
synced 2026-04-02 03:08:57 -07:00
* 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
16 lines
448 B
Modula-2
16 lines
448 B
Modula-2
module github.com/taigrr/elevenlabs
|
|
|
|
go 1.20
|
|
|
|
require github.com/faiface/beep v1.1.0
|
|
|
|
require (
|
|
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
|
|
github.com/hajimehoshi/oto v1.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
|
|
golang.org/x/image v0.12.0 // indirect
|
|
golang.org/x/mobile v0.0.0-20230906132913-2077a3224571 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
)
|