Search found 1730 matches

by Robert J. H.
Fri Mar 15, 2013 6:45 am
Forum: macOS
Topic: Split recordings
Replies: 6
Views: 969

Re: Split recordings

So, we are looking for three jingles in total, am I right or do the tunes substantially change inbetween songs and from recording to recording? How long are those tunes? How it could work: You have to build a "data base" with the tipical tunes or portions of it. These samples should be put in the fi...
by Robert J. H.
Fri Mar 15, 2013 5:08 am
Forum: Audio Processing
Topic: EQ curve help
Replies: 6
Views: 2428

Re: EQ curve help

I am not very familiar with this kind of analysis so please excuse my stupid questions. What exactly do you want the EQ-curve for? Am I assuming right that you want to post-process Audio in order to get a flat response from your speakers? Shouldn't that be rather a pre-soundcard Equalizer which is a...
by Robert J. H.
Thu Mar 14, 2013 6:30 pm
Forum: Feature Request Archive
Topic: Alternate, equal-length "Paste" command - RESOLVED
Replies: 32
Views: 15252

Re: Alternate, equal-length "Paste" command ("Patch?")

Don't be confused, the *scratch* won't most likely cause any conflicts with other plug-ins. It is only a problem when other scripts use the same short names for their memory allocations within *scratch*. Noise removal uses another storage method. Two stage processing is not an indicator for the usag...
by Robert J. H.
Thu Mar 14, 2013 3:53 am
Forum: Feature Request Archive
Topic: Alternate, equal-length "Paste" command - RESOLVED
Replies: 32
Views: 15252

Re: Alternate, equal-length "Paste" command ("Patch?")

Yes, I remember reading your post about the table size from years ago. A little remark on your plug-in: It may be a good idea to define the property names more plug-in specific to avoid conflicts with other plug-ins that might use names like 'left' and or 'right' within *scratch* However, the possib...
by Robert J. H.
Thu Mar 14, 2013 12:02 am
Forum: Windows
Topic: Easier way to patch with room tone?
Replies: 10
Views: 4891

Re: Easier way to patch with room tone?

Steve has recently written a prototype plug-in that replaces the selection with a previously stored clip. The clip is truncated if the selection is shorter and looped if the selection is longer. Please join the discussion if you have any advice. http://forum.audacityteam.org/viewtopic.php?f=20&t=714...
by Robert J. H.
Wed Mar 13, 2013 11:35 pm
Forum: Windows
Topic: Importing text as audio/exporting audio as text
Replies: 24
Views: 123024

Re: Importing text as audio/exporting audio as text

CSVs with commas are rather unusual nowadays.
Each language/region has its own separators (since the comma could serve as decimal point or as thousand separator) .
In my Excel version the seperators are ; and but they can be defined in the import dialog.
by Robert J. H.
Wed Mar 13, 2013 11:22 pm
Forum: Feature Request Archive
Topic: Alternate, equal-length "Paste" command - RESOLVED
Replies: 32
Views: 15252

Re: Alternate, equal-length "Paste" command ("Patch?")

It is a request that I've still have to make.
Namely that Nyquist has full access to the clip-board. Since Steve is digging in the realms of C++, we can perhaps expect a patch for this in the near future.
by Robert J. H.
Wed Mar 13, 2013 10:58 pm
Forum: macOS
Topic: Split recordings
Replies: 6
Views: 969

Re: Split recordings

What do you want exactly to do? It is possible to search for a specific sound within a track by convolving, i.e. if the searched clip (not longer than about 2 seconds) is found, the amplitude will be extremely high at the matching point. These points can afterwards be tagged with labels. The plug-in...
by Robert J. H.
Wed Mar 13, 2013 10:34 pm
Forum: Feature Request Archive
Topic: Alternate, equal-length "Paste" command - RESOLVED
Replies: 32
Views: 15252

Re: Alternate, equal-length "Paste" command ("Patch?")

The limitation forwave-tables to only 100000 samples is really a nuisance, since computer power has increased thousand-fold since the first implementation of Nyquist. We should really correct this for the version 4 plug-ins. Anyway, it is actually quite easy to overcome the duration limitation withi...
by Robert J. H.
Tue Mar 12, 2013 7:39 am
Forum: Audio Processing
Topic: Mimicking Voice/Effects (for The Ur-Quan Masters)
Replies: 12
Views: 4262

Re: Mimicking Voice/Effects (for The Ur-Quan Masters)

Hi Trebor
It might be a good idea to post code snippets as text. Graphics are not accessible, thus no chance to try your code if the user is visually impaired.
Thanks a lot for your great tips and insights into audio processing.