You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Restructure dual audio context and controller for improved functionality
- Refactored the dual audio context by creating a new `useDualAudioController.hook.ts` file, consolidating logic and enhancing maintainability.
- Introduced an `index.ts` file to streamline imports for dual audio components.
- Added utility functions for audio volume fading and error handling to improve user experience.
- Removed deprecated code from `useDualAudioController.ts` to simplify the codebase and reduce complexity.
- Ensured proper context type handling with refs for audio elements, enhancing the overall audio management system.
0 commit comments