A simple tool for creating a five second .wav
file for sampling. This script is used during Messica Arson performances for recording screams.
To use this tool, you'll need:
- A microphone.
- A method to connect your microphone to your computer.
My current setup includes:
- Install the required packages:
pip install numpy scipy sounddevice
- You will need to update the path on line 20 as well.
wav.write('/path/to/your/scream.wav', fs, myrecording)
-
Ensure that your computer's sound input is configured to use your audio interface or the method through which your microphone is connected to your computer.
-
Run the file:
python scream.py
- Scream!
Contributions to improve this tool are welcome! If you have any suggestions, feature requests, or find any issues, please feel free to open an issue or submit a pull request.