This repository has been archived on 2024-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
bit-waltz/songs/utilty.sh
2022-01-15 12:24:29 +00:00

7 lines
181 B
Bash
Executable file

#!/bin/bash
# utilty.sh - Converts standard actual note frequencies to aplay frequencies.
declare -i e=$1
declare -i result=e*13
echo "cargo run -q $result | aplay -q -r $result"