Search found 24 matches

by imnabeeltrick
Tue Nov 18, 2014 7:38 am
Forum: General Audio Programming
Topic: Creating a Cassette Converter plug-in
Replies: 22
Views: 9026

Re: Creating a Cassette Converter plug-in

Hey guys, So I got the green light from my supervisor to use AutoIt or AutoHotkey. Do you guys have any suggestions on how I could make it work using them? I did tell him that my only other option is to do a standalone program but since I only have about 9 weeks left till deadline I don't think I co...
by imnabeeltrick
Sun Oct 19, 2014 7:19 am
Forum: General Audio Programming
Topic: Creating a Cassette Converter plug-in
Replies: 22
Views: 9026

Re: Creating a Cassette Converter plug-in

kozikowski wrote:You seem to be double posting with the same job. Is there a reason you're doing that?
Koz
Well Steve said it might be more relevant to post this here so.. yeah..
by imnabeeltrick
Sun Oct 19, 2014 7:02 am
Forum: General Audio Programming
Topic: Creating a Cassette Converter plug-in
Replies: 22
Views: 9026

Creating a Cassette Converter plug-in

Hey guys, I'm trying to create an Audacity plug-in that can fully automate the process of converting cassettes into mp3s. This is actually for my final year project of my IT degree. Here's the general outline of what I want to do: 1. User can either enter ID3 tags of tracks before or after the proce...
by imnabeeltrick
Sat Oct 18, 2014 8:07 pm
Forum: Nyquist
Topic: Creating a cassette converter plug-in
Replies: 26
Views: 7949

Re: Creating a cassette converter plug-in

I think that probably goes beyond the scope of this forum as it is a "programming" task rather than "using Audacity". However, it did occur to me that there may be another approach.... If you are intending this to work on Windows only, you could look at using AutoIt or Autohotkey . (I don't use Win...
by imnabeeltrick
Fri Oct 17, 2014 4:51 pm
Forum: Nyquist
Topic: Creating a cassette converter plug-in
Replies: 26
Views: 7949

Re: Creating a cassette converter plug-in

Is this a computing/programming degree? Audacity also supports other types of plug-ins. In particular, "modules" (wxWidgets plug-ins). These are integrated more closely into the Audacity code and are able to access more features in Audacity. They are generally written in C++ (though I think it is p...
by imnabeeltrick
Sun Sep 07, 2014 8:04 pm
Forum: Nyquist
Topic: Creating a cassette converter plug-in
Replies: 26
Views: 7949

Re: Creating a cassette converter plug-in

steve wrote:This should answer most of your questions about Chains: http://manual.audacityteam.org/o/man/ch ... ation.html
It seems like I can only use chains for noise removal. Is there anyway to use sound finder in the chain?
by imnabeeltrick
Wed Aug 27, 2014 9:12 pm
Forum: Nyquist
Topic: Creating a cassette converter plug-in
Replies: 26
Views: 7949

Re: Creating a cassette converter plug-in

See the thing is, this project is actually for my final year project of my degree. I'm supposed to design a plug-in that would simplify the task of converting tapes into mp3s. Having said that, what can I actually code with Nyquist to do that then? Is this a computing/programming degree? Audacity a...
by imnabeeltrick
Tue Aug 26, 2014 6:29 pm
Forum: Nyquist
Topic: Creating a cassette converter plug-in
Replies: 26
Views: 7949

Re: Creating a cassette converter plug-in

See the thing is, this project is actually for my final year project of my degree. I'm supposed to design a plug-in that would simplify the task of converting tapes into mp3s. Having said that, what can I actually code with Nyquist to do that then? Is this a computing/programming degree? Audacity a...
by imnabeeltrick
Tue Aug 26, 2014 1:58 am
Forum: Nyquist
Topic: Creating a cassette converter plug-in
Replies: 26
Views: 7949

Re: Creating a cassette converter plug-in

It would certainly be possible to implement noise reduction as a Nyquist plug-in, but that would be a complex (difficult) task. Noise reduction effects are not simple. See the thing is, this project is actually for my final year project of my degree. I'm supposed to design a plug-in that would simp...
by imnabeeltrick
Mon Aug 25, 2014 2:06 pm
Forum: Nyquist
Topic: Creating a cassette converter plug-in
Replies: 26
Views: 7949

Re: Creating a cassette converter plug-in

Not specifically, though yes, other noise removal effects will usually work to a greater or lesser extent. Okay how about this. Without using a plug-in I can use Audacity to get the noise profile of the track and then apply noise reduction throughout the entire track right? (Using Effect > Noise Re...