Lix Voice
With Lix Voice, you unlock new possibilities for your Wix site—from voice-activated ordering systems to live chat with real-time voice transcription. Explore, experiment, and build with Lix Voice to take your website’s user experience to the next level.

Lix Voice
Lix Voice is a powerful and versatile tool that brings voice-driven interaction to your website. This plugin enables users to navigate, fill forms, and search content using just their voice, making your site more accessible and user-friendly. Lix Voice is part of the Lix Components Library by Threed Software, designed to extend Wix's basic functionality with advanced, interactive components.
Table of Contents
Installation
To install Lix Voice on your website and start capturing voice input:
Add to Site:
Open your website in the Wix Editor.
Go to the App Market, search for "Lix Voice," and click on "Add to Site."
Select the website you wish to enhance with voice commands if you manage multiple sites.
Place Lix Voice on Your Page:
Once installed, go to the Elements tab, locate Lix Voice, and add it to your homepage or any other page where you'd like users to access voice commands.
Lix Voice will automatically adopt your site's theme, but you can also customize its appearance to align with your website's design.
Language and Speech Settings:
Set your initial language by selecting English or any other preferred language in the Lix Voice settings. You can modify this language setting at any time to accommodate multilingual support.
Testing Voice Recognition:
Publish your site to ensure the app is fully functional. Open the site in a new tab, and you should see the Lix Voice icon.
Grant microphone access when prompted, and test by speaking commands or phrases. Confirm that the spoken text is accurately displayed on your site.
Utilize Captured Text with JavaScript:
Enable Dev Mode in the Wix Editor to access coding capabilities.
Use JavaScript to interact with the captured voice text:
Find the Lix Voice element's ID (e.g., #voiceCore1).
Add the following code in Dev Mode:
FOR EXAMPLE
Listening to the event and logging the message:
console.log(event.data.message);
// Logs the message from voice input
Storing the message in a variable:
Alternatively, if you want to store the message in a variable for further processing, you can do:
const message = event.data.message;
// Store the voice input messageconsole.log(message);
// Logs the message
This approach quickly ensures that you're capturing and logging the message. If there's an issue with how the voice data is being processed, this will help debug the problem.
Publish your changes and test by speaking into the Lix Voice tool. The spoken input should appear in the console log.
How Can I Use Lix Voice on My Website (one of many applications)
To enable voice recognition on your website:
Set Up Voice Recognition:
Add a text element to your page and take note of its ID.
Use the Wix code panel to create a script that listens for voice input, populating the text element as users speak.
Build Voice-Powered Forms:
After testing, replace the text element with a Wix form containing input fields.
Use an "on click" listener to determine which input field is active.
Capture voice input and apply it directly to the active input field, streamlining user interaction.
Test and Publish:
Publish your site to a live environment.
Verify that the voice-powered form works accurately and test for any updates in real-time voice input and field population.
Important: Publish Before Testing
The Lix Voice app only works on live, published Wix websites. Testing in the Wix Editor will not transcribe voice input. After setup, ensure your site is published to test and use the voice functionality effectively.
Demo
See How It Works For Yourself
Experience Lix Voice in action with our live demo. See how it enables hands-free navigation, voice-powered form filling, and seamless language switching.
Features
Multilingual Support: Lix Voice enables real-time voice interaction in multiple languages, making your website accessible to a global audience. Users can switch languages seamlessly, enhancing usability for diverse visitors.
Seamless Integration: Designed for easy implementation, Lix Voice integrates smoothly with your website and automatically matches your site's theme. It requires minimal setup and can be customized to suit your branding.
Offline Functionality: Lix Voice remains functional even offline. Preloaded language files allow users to continue interacting with your site through voice commands without needing an internet connection, making it reliable and accessible anywhere.
Requirements
Browser Compatibility:Lix Voice is compatible with all major browsers that support the Web Speech API, including Chrome, Firefox, and Edge.
Device Requirements:Ensure the device has a functional microphone for voice recognition. Sufficient storage is also required for offline language support.
Support
For general inquiries, technical support, or billing issues, please reach out:
Support Email: contact+lix@threedsoftware.com
Billing Email: contact@threedsoftware.com
License
Lix Voice was developed using Wix Blocks, Wix's tool for creating custom applications and components. For terms of use, please refer to Wix's Terms of Service and the Wix Blocks documentation.
For specific licensing inquiries related to Lix Voice, please contact our support team or visit Lix Library.
This app is part of the Lix Components Library by Threed Software, designed to empower websites with advanced interactive tools. Keep exploring and building with Lix Voice to elevate your website's functionality and user experience with cutting-edge, voice-driven features.