Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r4ai/tinnitus-reducer-acrn
This is a simple app to help you reduce your tinnitus using ACRN (= Acoustic Coordinated Reset Neuromodulation) treatment.
https://github.com/r4ai/tinnitus-reducer-acrn
svelte tauri-app tinnitus
Last synced: 20 days ago
JSON representation
This is a simple app to help you reduce your tinnitus using ACRN (= Acoustic Coordinated Reset Neuromodulation) treatment.
- Host: GitHub
- URL: https://github.com/r4ai/tinnitus-reducer-acrn
- Owner: r4ai
- License: mit
- Created: 2023-03-24T04:51:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T14:18:53.000Z (4 months ago)
- Last Synced: 2024-08-29T10:19:00.852Z (4 months ago)
- Topics: svelte, tauri-app, tinnitus
- Language: Svelte
- Homepage: https://r4ai.github.io/tinnitus-reducer-acrn
- Size: 2.87 MB
- Stars: 7
- Watchers: 0
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tinnitus Reducer ACRN
This is a simple app to help you reduce your tinnitus using
ACRN (= Acoustic Coordinated Reset Neuromodulation) treatment.
---
## How to install
This app is available as:
- Desktop app:
- Windows
- macOS
- Linux
- Web app:For desktop app, you can download the app installer from [Releases](https://github.com/r4ai/tinnitus-reducer-acrn/releases/latest) page.
For mobile app, You can install this app on your mobile device as a PWA app. please refer to [this site](https://support.google.com/chrome/answer/9658361?co=GENIE.Platform%3DAndroid&oco=1) for instructions on how to install a PWA app. In the future, I plan to distribute the Android app in the google play store.
## Caution
- I am not a doctor. I am not responsible for any worsening of symptoms by using this application.
## References
This app is heavily inspired by following softwares:
- [headphonejames/acrn](https://github.com/headphonejames/acrn)
- [headphonejames/acrn-react](https://github.com/headphonejames/acrn-react)## About ACRN
### Paper
- [Impact of acoustic coordinated reset neuromodulation on effective connectivity in a neural network of phantom sound | ScienceDirect](https://www.sciencedirect.com/science/article/pii/S1053811913002553)
### Threads
- [Acoustic CR® Neuromodulation: a New Treatment for Tinnitus | TinnitusTalk](https://www.tinnitustalk.com/threads/acoustic-cr%C2%AE-neuromodulation-a-new-treatment-for-tinnitus.219/)
- [Success Using the Acoustic Coordinated Reset Neuromodulation (ACRN) Treatment | TinnitusTalk](https://www.tinnitustalk.com/threads/success-using-the-acoustic-coordinated-reset-neuromodulation-acrn-treatment.21747/)
- [Maybe old but this video is a great reminder of how ACRN works to reduce tinnitus. | Reddit](https://www.reddit.com/r/tinnitus/comments/8u52we/maybe_old_but_this_video_is_a_great_reminder_of)## Development
I do not have a Linux machine and therefore cannot test the Linux version of the app. If you find any bugs, please open an issue and let me know. Even on other operating systems, if you find any problems, please let me know.
If you have any ideas you would like to see implemented in this app, feel free to open a new issue and let me know. **Any kinds of contributions are welcome!!**
### Requirements
- [Node.js](https://nodejs.org/en) >= 18
- [pnpm](https://pnpm.io/installation)
- [Tauri](https://tauri.app/v1/guides/getting-started/prerequisites/)### Commands
```bash
# Install dependencies
$ pnpm i# Run the dev app
$ pnpm tauri dev# Build the app
$ pnpm tauri build
```### Technology stack
- Framework: [Tauri](https://tauri.studio/)
- Frontend:
- Language: TypeScript
- Framework: Svelte
- Audio: [tone.js](https://tonejs.github.io/)
- UI: TailwindCSS, DaisyUI, svelte-range-slider-pips
- Icons: Fluent Emoji, Heroicons
- Backend:
- Language: Rust### Visualized repository
![Visualized repository](https://r4ai.github.io/tinnitus-reducer-acrn/visualized-repo.svg)
## License
This software is licensed under the MIT License. See [LICENSE](LICENSE) for more information.
The app icon uses Fluent Emoji, which is published by Microsoft under the MIT License. The full license can be found in ThirdPartyNotices.txt.