https://github.com/rafael-santiago/shh
An old ioccc entry of mine
https://github.com/rafael-santiago/shh
Last synced: about 1 month ago
JSON representation
An old ioccc entry of mine
- Host: GitHub
- URL: https://github.com/rafael-santiago/shh
- Owner: rafael-santiago
- Created: 2015-05-20T02:54:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-14T22:16:09.000Z (about 10 years ago)
- Last Synced: 2025-04-09T05:29:36.783Z (6 months ago)
- Language: C
- Size: 129 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shh
This code is an old ioccc entry of mine. Unfortunately I have never won with this.
Maybe this code does not implement a rather useless task...Anyway, this code implements a vocal reducer. It works with ``WAVE`` format only and
the audio must be encoded as ``PCM`` (no compression, raw sound).## How to build it?
Originally I had used ``Make`` but it sucks in several ways.
Now in order to build it you need [Hefesto](https://github.com/rafael-santiago/hefesto.git).
After install ``Hefesto`` on your system being inside ``shh src`` subdirectory just type
the following command on ``shell``:doctor@TARDIS:~/shh/src# hefesto
A subdirectory ``bin`` will be created and inside it you probably will find an ``elf``
named ``shh``.I think now with ``Hefesto`` here you can build ``shh`` on Windows. If it worked for you,
please let me know.## How to use shh?
The usage of ``shh`` is pretty straightforward:
``shh <.wav input file path> <.wav output file path>``
Note that is important avoid using instrumental songs with ``shh`` otherwise this vocal reducer
will not work....and...
# Please do not promote karaoke parties... I beg you!!