diff --git a/src/components/ConnectionDropMenu.tsx b/src/components/ConnectionDropMenu.tsx
index 09bebbc4..c751475c 100644
--- a/src/components/ConnectionDropMenu.tsx
+++ b/src/components/ConnectionDropMenu.tsx
@@ -290,6 +290,15 @@ const VIDEO_SOURCE_OPTIONS: MenuOption[] = [
// Audio target options (nodes that accept audio input)
const AUDIO_TARGET_OPTIONS: MenuOption[] = [
+ {
+ type: "audioInput",
+ label: "Audio",
+ icon: (
+
+ ),
+ },
{
type: "output",
label: "Output",
@@ -314,7 +323,7 @@ const AUDIO_TARGET_OPTIONS: MenuOption[] = [
const AUDIO_SOURCE_OPTIONS: MenuOption[] = [
{
type: "audioInput",
- label: "Audio Input",
+ label: "Audio",
icon: (