User Activity

  • Posted a comment on discussion Help on SoundTouch

    Hello, first of all, thank you for soundstretch which is working perfectly. However, I have some problems processing various files. I am on linux and I tried to use the script you offer in the FAQ. In order to modify the pitch, I entered in a script (that I used inside the folder where are the files .wav): 1 2 3 4 5 6 7 8#!/bin/bash pitch=-2 for f in *.wav; do fname=$(basename $f) ext="${fname##*.}" base="${fname%.*}" ./soundstretch $f $base$pitch.$ext -pitch=$pitch done but it did not work. Did...

View All

Personal Data

Username:
patrick21
Joined:
2018-07-31 05:04:29

Projects

  • No projects to display.

Personal Tools