Innovative Accessibility for Everyone
UTURI provides cutting-edge tools and libraries to make digital content accessible to all users. Transform data into sound, ensure visual accessibility, and build inclusive experiences.
Example code showing how to use UTURI sonification library to convert data into sound
import { Sonifier } from '@uturi/sonification';
const data = [1, 5, 3, 8, 6, 12];
const sonifier = new Sonifier();
await sonifier.sonify(data, 'frequency');
Accessibility Tools
Transform numbers into sound to make data more accessible.
Key Features:
- Customizable audio settings
- Various output formats: Melody, Rhythm, and Volume
- Optimized audio performance
Ensure accessibility for complex components like DatePicker and AutoComplete.
This tool is currently in development
More accessibility tools are in development. Check GitHub for the latest updates.