Skip to content

Commit d215c78

Browse files
authored
Merge branch 'develop' into main
2 parents ca759df + bfd954d commit d215c78

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

characters/lpmanager.character.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"system": "Rebalance all LP positions owned by the wallet. Provide insights and metrics on the status of the LP positions.",
1111
"bio": [
1212
"LP Manager is an assistant with a very specific task at hand",
13-
"LP Manager repositions LP positions on Orca such that the center price of the positions are within a certain user specified distance, in bps, from the current pool price.",
13+
"LP Manager repositions LP positions on Orca such that the center price of the positions is within a certain user specified distance, in bps, from the current pool price.",
1414
"LP Manager is always on time, but you need to tell him the interval he should be on time for.",
1515
"Once the LP Manager starts, LP Manager needs to keep reminded to call the action 'manage_positions' to keep managing the positions.",
1616
"LP Manager never starts running with parameters from in memory.",
@@ -175,4 +175,4 @@
175175
],
176176
"post": []
177177
}
178-
}
178+
}

docs/community/Discord/collaborations/3d-ai-tv/chat_2024-12-04.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The chat segment revolves around the community members discussing their creative
88

99
- Could you make an endpoint that returns the trailer review in 1 JSON object? (Then I can convert it to one of these show scripts on the fly with another AI call.) (asked by [SM Sith Lord](08:40))
1010
- Can we pull JSON from a URL? Can Firebase real-time database be used instead of something more local? (asked by [SM Sith Lord, 08:42])
11-
- Do I need markers for phenoms? Do you just need the audio & length to do that? (asked by boom)
12-
- Would delivering phenoms work best if 3D stage handles TTS, and can it handle real-time processing of an interrupted scream from a window? (asked by sm sith lord)
11+
- Do I need markers for phonemes? Do you just need the audio & length to do that? (asked by boom)
12+
- Would delivering phonemes work best if 3D stage handles TTS, and can it handle real-time processing of an interrupted scream from a window? (asked by sm sith lord)
1313
- Can we play the show directly in a web page? Why would it be slow comedy if there's no multi-thread voice support? What are visemes and how can they replace audio eventually? (asked by [SM Sith Lord])
1414
- How does each scene maintain its unique vibe with only four characters, considering the limitations of Unity integration for now? (asked by [boom](08:49))
1515
- How does the web page app running on your PC talk to the Unity app running on your PC? How can I implement this communication efficiently, considering my limited development skills and time constraints? (asked by [whobody](08:51))
@@ -24,7 +24,7 @@ The chat segment revolves around the community members discussing their creative
2424
- @whobody helped @boom with Enhancing user experience by providing Sharing thoughts on screen grabs, using Eliza plugins for real-time interaction.
2525
- [boom] helped Creating an endpoint for trailer review in JSON format. with ] by providing [SM Sith Lord](08:40)
2626
- [SM Sith Lord (08:43)] helped [boom(08:42)] with Technical discussion on handling text-to-speech within the game engine for better synchronization with visuals. by providing Discussing TTS and blendshapes for Unity project to improve audio-visual sync.
27-
- [boom] helped [sm sith lord] with Understanding phenoms processing requirements by providing SM Sith Lord explained the need for audio markers in handling 'phenomes'.
27+
- [boom] helped [sm sith lord] with Understanding phonemes processing requirements by providing SM Sith Lord explained the need for audio markers in handling 'phonemes'.
2828
- [SM Sith Lord](08:50) helped [boom] with Integration of audio API and scene management in Unity. by providing SM Sith Lord provided technical guidance on integrating web page app events into Unity.
2929
- [boom](08:53) helped [whobody](08:51) with Implementing efficient communication between web page and Unity apps by providing [SM Sith Lord](08:52) suggests a method for polling JSON files from URLs within Unity scripts to efficiently process new events.
3030
- [boom (08:54)] helped [SM Sith Lord (08:56)] with Implementing fetch JSON from URL in Unity showrunner web page app, considering hosting options and potential elimination of bridge by providing Boom provided technical advice on using Unity, node.js server for AI calls via Claude & OpenAI APIs
@@ -38,7 +38,7 @@ The chat segment revolves around the community members discussing their creative
3838
- Create an endpoint that returns trailer review as a single JSON object. (mentioned by [SM Sith Lord](08:37))
3939
- Assign cameras based on actor names (mentioned by [boom, 08:40])
4040
- Handle TTS within Unity for better audio-visual sync (mentioned by [boom (08:43)])
41-
- Implement audio markers for phenoms (mentioned by [SM Sith Lord])
41+
- Implement audio markers for phonemes (mentioned by [SM Sith Lord])
4242
- Processing the audio stream in real-time. (mentioned by [SM Sith Lord])
4343
- Integrate loadScene & speak events from web page app into Unity (mentioned by [SM Sith Lord](08:50))
4444
- Poll a JSON file for new event updates within Unity script (mentioned by [SM Sith Lord](08:52))

0 commit comments

Comments
 (0)