./collective_voice The speaker's voice is channeled through multiple voices and in this case through distorted mediated voices of the same person |
./echo_voice A voice that is more distant from the speaker, sounding like being
in an outer space inside the medium. This voice resembles sounds from an online call |
./lowpith_voice A voice that sounds more male because of lowering its pitch |
./lowpass_voice A voice that sounds like "shrill" if it is in high frequencies.
This script doesn't allow high frequencies to pass through |
---|---|---|---|
';
foreach($items as $item) {
$url=substr($item['file'],3);
exec("~/virtualenvs/radioactive/bin/python3 scripts/echo.py").$url;
if (strpos($item['type'], 'echo') !== false){
echo ' ';
echo ' ';
echo $item['name'];
echo ' '; } } echo ' | ';
echo '';
foreach($items as $item) {
$url=substr($item['file'],3);
if (strpos($item['type'], 'lowpitch') !== false){
echo ' ';
echo ' ';
echo $item['name'];
echo ' '; } } echo ' | ';
echo '';
foreach($items as $item) {
$url=substr($item['file'],3);
if (strpos($item['type'], 'lowpass') !== false){
echo ' ';
echo ' ';
echo $item['name'];
echo ' '; } } echo ' | ';
?>
|
[Angeliki Diakrousi, Radioactive Monstrosities, 2020. Rotterdam].
Copyleft: This is a free work, you can copy, distribute, and modify it under the terms of the Free Art License
http://artlibre.org/licence/lal/en/
You can choose the type of lisence you want
If you want your full name to appear in the contributors send me your name here: angeliki@genderchangers.org
The copyrights of the voices belong to you. I ask you to use them in the performance radio-active monstrosities where I will narrate ...Only for this recording. You can choose to include your name or not.Your voice recordings will be used and credited accordingly
git |
|||
'; include 'texts-radioactive/voice_echo.txt'; echo ' | '; echo ''; include 'texts-radioactive/voice_lowpitch.txt'; echo ' | '; echo ''; include 'texts-radioactive/voice_lowpass.txt'; echo ' | '; ?>