Enhance audio settings: Added loudness controls and headphone model synchronization. Updated PeqState interface to include peq filters. Improved EQPage to dynamically load headphone models based on device state.
This commit is contained in:
@@ -114,6 +114,10 @@ export interface PeqFilter {
|
||||
|
||||
export interface PeqState {
|
||||
filters: PeqFilter[];
|
||||
peq?: Array<{
|
||||
name: string;
|
||||
filters?: PeqFilter[];
|
||||
}>;
|
||||
}
|
||||
|
||||
// ============================================================
|
||||
|
||||
Reference in New Issue
Block a user