No audio channels yet. Create your first channel to route voices to specific devices.
{platform.metadata.isTauri ? 'No audio devices found' : 'Audio device selection requires Tauri'}
@@ -494,7 +495,7 @@ function CreateChannelDialog({ open, onOpenChange, devices, onCreate }: CreateCh setSelectedDevices(selectedDevices.filter((id) => id !== deviceId)) } > -No stories yet
Create your first story to get started
@@ -122,7 +123,7 @@ export function AudioSampleRecording({
onClick={onStop}
className="relative z-10 flex items-center gap-2 bg-accent text-accent-foreground hover:bg-accent/90"
>
-
@@ -134,13 +135,13 @@ export function AudioSampleRecording({ {file && !isRecording && (
File: {file.name}
@@ -72,13 +73,13 @@ export function AudioSampleSystem({ {file && !isRecording && (
File: {file.name}
@@ -99,7 +100,7 @@ export function AudioSampleUpload({ ) : ( <>
File: {file.name}
@@ -111,7 +112,7 @@ export function AudioSampleUpload({ onClick={onPlayPause} disabled={isValidating} > - {isPlaying ?No voice profiles yet. Create your first profile to get started.
No samples yet
Add your first audio sample to get started @@ -232,7 +233,7 @@ export function SampleList({ profileId }: SampleListProps) { /* Edit Mode */