Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)