Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/google/adk/cli/browser/assets/audio-processor.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2026 Google LLC
* Copyright 2025 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -26,7 +26,7 @@ class AudioProcessor extends AudioWorkletProcessor {
const input = inputs[0];
if (input.length > 0) {
let audioData = input[0]; // Get first channel's data

if (this.resampleRatio !== 1) {
audioData = this.resample(audioData);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"backendUrl": ""
}
}
1 change: 0 additions & 1 deletion src/google/adk/cli/browser/chunk-2LZ42ZOW.js

This file was deleted.

1 change: 1 addition & 0 deletions src/google/adk/cli/browser/chunk-2RGIIJSP.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions src/google/adk/cli/browser/chunk-2UTQOSKI.js

Large diffs are not rendered by default.

122 changes: 122 additions & 0 deletions src/google/adk/cli/browser/chunk-37QI3DOO.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions src/google/adk/cli/browser/chunk-3BYZYP23.js

Large diffs are not rendered by default.

Loading
Loading