All Projects → atifazam → Vocalizer

atifazam / Vocalizer

Licence: mit
A simple javascript plugin to show people how to say your name correctly.

Projects that are alternatives of or similar to Vocalizer

react-micro-modal
Accessible, lightweight and configurable modal component with a11y-enabled.
Stars: ✭ 36 (-86.67%)
Mutual labels:  accessibility
Tinyengine
Tiny OpenGL Wrapper / 3D Engine in C++
Stars: ✭ 251 (-7.04%)
Mutual labels:  audio
Lighthouse Action
💡🏠 GitHub Action for running @GoogleChromeLabs Lighthouse webpage audits
Stars: ✭ 263 (-2.59%)
Mutual labels:  accessibility
awesome-japanese-a11y-companies
アクセシビリティに取り組む・推進している日本企業まとめ(随時更新)
Stars: ✭ 24 (-91.11%)
Mutual labels:  accessibility
Speex
Speex voice codec mirror - THIS IS A MIRROR, DEVELOPMENT HAPPENS AT https://gitlab.xiph.org/xiph/speex
Stars: ✭ 254 (-5.93%)
Mutual labels:  audio
Ej2 Javascript Ui Controls
Syncfusion JavaScript UI controls library offer more than 50+ cross-browser, responsive, and lightweight HTML5 UI controls for building modern web applications.
Stars: ✭ 256 (-5.19%)
Mutual labels:  accessibility
chaarts
Charts with HTML & CSS
Stars: ✭ 79 (-70.74%)
Mutual labels:  accessibility
Accessibility
A repo to organize the guidelines and best practices for accessibility at 18f.
Stars: ✭ 269 (-0.37%)
Mutual labels:  accessibility
Openplayerjs
Lightweight HTML5 video/audio player with smooth controls and ability to play VAST/VPAID/VMAP ads
Stars: ✭ 255 (-5.56%)
Mutual labels:  audio
Mu
An open-source music manager.
Stars: ✭ 260 (-3.7%)
Mutual labels:  audio
speakers-guide
RustFest Speakers Guide
Stars: ✭ 20 (-92.59%)
Mutual labels:  accessibility
Ofxpdsp
openFrameworks addon for audio synthesis and generative music
Stars: ✭ 255 (-5.56%)
Mutual labels:  audio
Juce
JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, RTAS and AAX audio plug-ins.
Stars: ✭ 3,841 (+1322.59%)
Mutual labels:  audio
react-native-aria
A library of React Hooks for React-Native (Android/iOS/web) to provide accessible UI primitives for a design system.
Stars: ✭ 164 (-39.26%)
Mutual labels:  accessibility
Nara wpe
Different implementations of "Weighted Prediction Error" for speech dereverberation
Stars: ✭ 265 (-1.85%)
Mutual labels:  audio
Swash
Fonts in iOS made safe, expressive, and dynamic.
Stars: ✭ 73 (-72.96%)
Mutual labels:  accessibility
Aural Player
An audio player for macOS, inspired by Winamp for Windows.
Stars: ✭ 256 (-5.19%)
Mutual labels:  audio
Skylinkjs
SkylinkJS Javascript WebRTC SDK
Stars: ✭ 269 (-0.37%)
Mutual labels:  audio
Argus Freesound
Kaggle | 1st place solution for Freesound Audio Tagging 2019
Stars: ✭ 265 (-1.85%)
Mutual labels:  audio
Whocanuse
WhoCanUse is a tool that brings attention and understanding to how color contrast can affect different people with visual impairments.
Stars: ✭ 259 (-4.07%)
Mutual labels:  accessibility

Vocalizer CDNJS

A super simple javascript plugin to help others say your name correctly.

Here's how to get it working:

  1. Download and include vocalizer.min.js into your website. Or just include it via CDN: <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/vocalizer/1.0.0/vocalizer.min.js"></script>.
  2. Wrap your first name in a span tag like this: <span class="vocalizer" data-source="auto" data-lang="English">YOUR NAME</span>.
  3. That's it! You can read the backstory on this idea here.

The data-source attribute has two parameter options:

  • auto : The audio will automatically be generated. Note: If this doesn't work, it might mean your name doesn't exist in the database. Go here and search the name to double-check. If it isn't there you'll have to use your own audio file.
  • path/to/file : Manually set the path to your own audio file. For example: <span class="vocalizer" data-source="audio/name.mp3">.

The optional data-lang attribute let you select the language used for the pronunciation, by entering the full language name.

Preset audio recordings are provided by the Nameshouts API.

vocalizer

Want to contribute?

A lot of improvements can be made to this project. If you would like to help make Vocalizer better, I've labeled improvements as "up-for-grabs" in the issues section. Feel free to submit pull requests :)

Questions, comments, suggestions, issues?`

If so, please file an issue. ``

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].