Skip to content

Commit fa6890e

Browse files
committed
Removing the duplicated banner add call
Signed-off-by: Tyler Marques <me@tylermarques.com>
1 parent d3f7827 commit fa6890e

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

ai_animation/src/phase.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,6 @@ export function advanceToNextPhase() {
277277

278278
// First show summary if available
279279
if (currentPhase.summary && currentPhase.summary.trim() !== '') {
280-
// Update the news banner with full summary
281-
addToNewsBanner(`(${currentPhase.name}) ${currentPhase.summary}`);
282-
console.log("Added summary to news banner, preparing to call speakSummary");
283-
284280
// Speak the summary and advance after
285281
if (!gameState.isSpeaking) {
286282
speakSummary(currentPhase.summary)

twitch-streamer/entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ sleep 5 # let the page load or animations start
4141
# - For audio: pulse from the "default" device
4242
# Adjust your bitrate, resolution, frame rate, etc. as desired.
4343
exec ffmpeg -y \
44-
-g 60 \
4544
-f x11grab -thread_queue_size 512 -r 30 -s 1920x1080 -i $DISPLAY \
4645
-f pulse -thread_queue_size 512 -i default \
4746
-c:v libx264 -preset veryfast -b:v 6000k -maxrate 6000k -bufsize 12000k \

0 commit comments

Comments
 (0)