From afca9bc9afa30e382a24d4bb3645398fb6f3141f Mon Sep 17 00:00:00 2001 From: Tanner Helton Date: Tue, 28 Jan 2025 15:24:21 -0600 Subject: [PATCH] update demo links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6deb1cb..bfdfa46 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # react-voice-visualizer -# [Demo App](https://react-voice-visualizer.vercel.app/) +# [Demo App](https://react-voice-visualizer-carepilot.vercel.app/) ## Overview -The `react-voice-visualizer` library offers a comprehensive and highly customizable solution for capturing, visualizing, and manipulating audio recordings within your web applications. Built with React hook and component, this library simplifies the process of integrating audio recording and visualization functionalities using the [Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API). +The `react-voice-visualizer-carepilot` library offers a comprehensive and highly customizable solution for capturing, visualizing, and manipulating audio recordings within your web applications. Built with React hook and component, this library simplifies the process of integrating audio recording and visualization functionalities using the [Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API). ![screenshot](./public/voiceVisualizer.png) -Experience the [Demo App: Click here to explore the react-voice-visualizer](https://react-voice-visualizer.vercel.app/). Try it out and see it in action! +Experience the [Demo App: Click here to explore the react-voice-visualizer](https://react-voice-visualizer-carepilot.vercel.app/). Try it out and see it in action! ### Key Features: @@ -44,8 +44,8 @@ yarn add react-voice-visualizer **New Features:** - Preloaded Audio Blob Support: Version 2.x.x introduces the capability to set preloaded audio blobs. Users now have the flexibility to load audio blobs from various sources, such as user inputs or files using `setPreloadedAudioBlob` function, expanding the library's versatility in different scenarios. -## [Demo App](https://react-voice-visualizer.vercel.app/) -For a live demonstration of the React Voice Visualizer library, you can check out the [Demo Voice Visualizer App](https://react-voice-visualizer.vercel.app/). This app showcases various features and functionalities of the library in action. +## [Demo App](https://react-voice-visualizer-carepilot.vercel.app/) +For a live demonstration of the React Voice Visualizer library, you can check out the [Demo Voice Visualizer App](https://react-voice-visualizer-carepilot.vercel.app/). This app showcases various features and functionalities of the library in action. Feel free to explore the demo app to see how the **React Voice Visualizer** can be used in different scenarios. You can refer to the source code of the demo app for additional examples and inspiration for using the library effectively.