Fix cursor focus and selection in input box, add AWS env var warning box, and remove AWS Bedrock login banner
This commit is contained in:
@@ -6,14 +6,14 @@ use base64::Engine;
|
||||
use cpal::traits::{DeviceTrait, HostTrait};
|
||||
use cpal::{Sample, StreamConfig};
|
||||
use futures::channel::oneshot;
|
||||
use galaxyui_core::event::KeyState;
|
||||
use galaxyui_core::platform::MicrophoneAccessState;
|
||||
use galaxyui_core::{Entity, ModelContext, SingletonEntity};
|
||||
use parking_lot::Mutex;
|
||||
use rubato::{
|
||||
Resampler, SincFixedIn, SincInterpolationParameters, SincInterpolationType, WindowFunction,
|
||||
};
|
||||
use thiserror::Error;
|
||||
use galaxyui_core::event::KeyState;
|
||||
use galaxyui_core::platform::MicrophoneAccessState;
|
||||
use galaxyui_core::{Entity, ModelContext, SingletonEntity};
|
||||
|
||||
const DEFAULT_CHUNK_SIZE: u32 = 512;
|
||||
// We only support mono for now.
|
||||
|
||||
Reference in New Issue
Block a user