Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arxari/immersive-asmr
An openshock/python "framework" which maps shocks to parts of an .mp3 file
https://github.com/arxari/immersive-asmr
Last synced: about 2 months ago
JSON representation
An openshock/python "framework" which maps shocks to parts of an .mp3 file
- Host: GitHub
- URL: https://github.com/arxari/immersive-asmr
- Owner: Arxari
- License: gpl-3.0
- Created: 2024-09-14T10:16:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T10:36:31.000Z (4 months ago)
- Last Synced: 2024-09-14T21:02:25.747Z (4 months ago)
- Language: Python
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Experience ASMR !!!NOW WITH ZAPPIES!!!
An openshock/python "framework" which maps shocks to parts of an .mp3 file similarly to how subtitles work, but instead of displaying text you get zapped!### Usage
You have to have a .env file that's formatted like this:
```
SHOCK_API_KEY=enteryourapikeyhere
SHOCK_ID=enteryourshockeridhere
```You run the script like this:
```
python player.py /path/to/audio/file.mp3
```For now if you want to make using this script easier, on linux you can add this line to your .bashrc/zshrc file:
```
alias play='python3 /path/to/your/player.py'
```
Then you can just use ```play /path/to/audio/file.mp3``` to play the file.✨ Planned Features ✨
- Ability to easily share and import .txt files for audio files
- Easy setup for the API and Shock ID
- Web UI (and a publicly hosted instance)