Search found 7 matches

by bullyellis
Mon Dec 12, 2016 1:09 pm
Forum: Audio Processing
Topic: How to tell the "quality" of a voice recording ?
Replies: 2
Views: 729

How to tell the "quality" of a voice recording ?

Is there an objective way of measuring the quality of a voice recording ? Some operation that can take a voice recording and give me a figure? I am doing automated transcription and am trying to see if there is a correlation between input file quality and final transcription results. I have been abl...
by bullyellis
Wed May 02, 2012 6:29 pm
Forum: General Audio Programming
Topic: ImportLabels script command not working?
Replies: 1
Views: 3071

ImportLabels script command not working?

Hello again, Using name pipes and scripting I entered the following command: GetAllMenuCommands: ShowStatus=true This worked as desired and I received a list of all menu commands and their current status. The command I am interested in is : "ImportLabels: ENABLED" I am trying to import some labels, ...
by bullyellis
Wed May 02, 2012 5:49 pm
Forum: General Audio Programming
Topic: Quick Named Pipe Question, move cursor
Replies: 6
Views: 3788

Re: Quick Named Pipe Question, move cursor

billw58 wrote:What happens if you set StartTime and EndTime to the same value?

-- Bill
Ding, ding, ding!

Thanks man, exactly what I wanted.
by bullyellis
Wed May 02, 2012 4:23 pm
Forum: General Audio Programming
Topic: Quick Named Pipe Question, move cursor
Replies: 6
Views: 3788

Quick Named Pipe Question, move cursor

Good afternoon, Is there a named pipe script command for just moving the cursor to a certain ms time position? The closest I can find is "Select" which while it works, it actually does select the portion of the audio file specified. The functionality I am looking forward is more like a seek, where t...
by bullyellis
Fri Apr 13, 2012 5:49 pm
Forum: General Audio Programming
Topic: Code that deals with time range selection of a track?
Replies: 2
Views: 2579

Re: Code that deals with time range selection of a track?

Thanks!

This is exactly what I was looking for!
by bullyellis
Wed Apr 11, 2012 4:57 pm
Forum: General Audio Programming
Topic: Code that deals with time range selection of a track?
Replies: 2
Views: 2579

Code that deals with time range selection of a track?

Hello, I am a competent C# programmer and have been mucking around with the source code of Audacity. Unfortunately, I am new to C/C++ and am having trouble locating specific "parts" of the program. After I have imported some audio and am presented with the different "Tracks" and "TrackPanel"s (made ...
by bullyellis
Tue Apr 10, 2012 5:55 pm
Forum: Compiling Audacity
Topic: Success compiling Audacity with VS2010
Replies: 13
Views: 16870

Re: Success compiling Audacity with VS2010

Hello, I am using VS2010 Pro and attempting to compile audacity. I have worked through a few compile errors, but this one is stumping me. I am from C# land, so I am not sure how to proceed: Error 1 error MSB4023: Cannot evaluate the item metadata "%(Extension)". The item metadata "%(Extension)" cann...