-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests failing #1
Comments
Hi Thanks for checking this out, it's all very much a work in progress. I just pushed a few local edits I have - make sure you have run bundle install. |
I'm just running out of the source directory. Right know it's unhappy about my input file. Something about 0 bits per sample. I think this is because it's a mono recording. I'm trying to convert an interview for my wife. It's a 2 hour audio file. I've already got it in flac, but didn't see how to easily use that as input. So doing two conversions. Suggestions? Jon On Apr 10, 2011, at 0:22, taf2 [email protected] wrote:
|
Try this project https://github.com/taf2/audiosplit. It uses the On Sunday, April 10, 2011, jpschewe
|
Thanks, I'll try that next. I got the wav file into audacity and only the left track has data. The right track is there, but empty. My guess is that ffmpeg doesn't like this. I'll try mono. Jon On Apr 10, 2011, at 9:21, taf2 [email protected] wrote:
|
That didn't work so good. It couldn't find any space in the file, On 04/10/2011 09:21 AM, taf2 wrote:
|
I'm new to ruby, so I may be missing something basic. I installed curb and json with "sudo gem install curb; sudo gem install json". Then added "require 'rubygems'" to lib/speech.rb because the new gems weren't found. I then got this:
The text was updated successfully, but these errors were encountered: