-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
74 lines (71 loc) · 2.18 KB
/
Copy pathmkdocs.yml
File metadata and controls
74 lines (71 loc) · 2.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
site_name: ElevenLabs .NET Documentation
site_description: Documentation for the tryAGI .NET SDK for ElevenLabs text to speech, speech to text, music generation, voice cloning, sound generation, and realtime APIs.
site_url: https://tryagi.github.io/ElevenLabs/
repo_url: https://github.com/tryAGI/ElevenLabs
repo_name: tryAGI/ElevenLabs
edit_uri: edit/main/docs/
nav:
- Overview: index.md
- Guides:
- Microsoft.Extensions.AI: guides/meai.md
# EXAMPLES:START
- Examples:
- List Available Voices: examples/list-available-voices.md
- Text to Speech: examples/text-to-speech.md
- Streaming Text to Speech: examples/streaming-text-to-speech.md
- Streaming Text to Speech with Timestamps: examples/streaming-text-to-speech-with-timestamps.md
- Sound Generation: examples/sound-generation.md
- Eleven Music: examples/eleven-music.md
- Speech to Text from a File: examples/speech-to-text-from-a-file.md
- Voice Cloning: examples/voice-cloning.md
- Realtime Speech to Text: examples/realtime-speech-to-text.md
- Realtime STT (Generated Client): examples/realtime-speech-to-text-generated.md
# EXAMPLES:END
theme:
name: tryagi
favicon: 'media/elevenlabs-symbol-black.svg'
extra:
tryagi:
logo:
light: media/elevenlabs-symbol-black.svg
dark: media/elevenlabs-symbol-white.svg
plugins:
- search
- copy-to-llm
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- meta
- toc:
permalink: ""
slugify: !!python/name:pymdownx.slugs.uslugify
- pymdownx.arithmatex:
generic: true
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.highlight:
linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.snippets:
check_paths: true
- pymdownx.progressbar
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.fence_mathjax_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true