https://github.com/abdnh/bad-beep
The Bad Apple!! song played using the beep command
https://github.com/abdnh/bad-beep
bad-apple beep
Last synced: 3 months ago
JSON representation
The Bad Apple!! song played using the beep command
- Host: GitHub
- URL: https://github.com/abdnh/bad-beep
- Owner: abdnh
- Created: 2022-11-25T16:20:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T16:21:07.000Z (over 2 years ago)
- Last Synced: 2025-01-24T07:29:50.956Z (4 months ago)
- Topics: bad-apple, beep
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The [Bad Apple!!](https://www.youtube.com/watch?v=FtutLA63Cp8) song played using the [beep](https://linux.die.net/man/1/beep) command.
This is a Bash script that contains the beep commands required to play the song. To run:
```
./bad-beep
```The script is generated by the [generate-from-notes.py](generate-from-notes.py) Python script.
I'm not exactly sure how good this sounds. I don't have a good ear for music, and this could be literally just bad beeps :)
## TODO
- [ ] extract frequencies from the audio file itself
- [ ] actually render the song's animation on the terminal!