Search found 11 matches
- Wed Jul 30, 2014 9:55 pm
- Forum: General Audio Programming
- Topic: NoiseRemoval.cpp
- Replies: 138
- Views: 28854
Re: NoiseRemoval.cpp
So seeing this go on for 8 pages made me want to see what's going on. I walked through the code and to me it seems to allocate the right number of buffers and do the attack decay over the correct number of windows. 1s = 87. I do see that the isolate function does not invert/shift the attack decay fu...
- Mon Mar 10, 2014 11:18 pm
- Forum: Feature Request Archive
- Topic: Frequency Analysis issue: pink noise
- Replies: 23
- Views: 11533
Re: Frequency Analysis issue: pink noise
Gale, Steve, Offer the user what fraction of an octave resolution they want when in Log mode and then suitably sum the bins to achieve the width selected. The higher the frequency, the more bins will be summed in order to maintain a constant resolution per octave across the spectrum--ie. Logarithmi...
- Mon Mar 10, 2014 8:08 pm
- Forum: Feature Request Archive
- Topic: Frequency Analysis issue: pink noise
- Replies: 23
- Views: 11533
Re: Frequency Analysis issue: pink noise
I like this feature regardless of any miscommunication. What would be the best solution? Sum the bins. Basically integrating the graph. (different function) Skew the graph such that it accentuates the higher frequencies. Basically curving space. (different mapping) Both? Although the second is not e...
- Tue Mar 04, 2014 10:12 pm
- Forum: Compiling Audacity
- Topic: Visual Studio 2012 Post-Build Errors
- Replies: 5
- Views: 4412
Re: Visual Studio 2012 Post-Build Errors
This should get it up and running.
Basically removes analyze.ny and adds SseMathFuncs.cpp.h and OpenSaveCommands.cpp.h (Steve Parry's Jan 13 patch).
Andrew
Basically removes analyze.ny and adds SseMathFuncs.cpp.h and OpenSaveCommands.cpp.h (Steve Parry's Jan 13 patch).
Andrew
- Tue Mar 04, 2014 7:20 am
- Forum: Compiling Audacity
- Topic: Visual Studio 2012 Post-Build Errors
- Replies: 5
- Views: 4412
Re: Visual Studio 2012 Post-Build Errors
I've done a fair amount of work getting vc2012 wxWidgets 3.0 working. You can get it to build and run by removing analyze.ny from the vcxproj file and adding OpenSaveCommands.cpp.h to the src/commands subproject. However at least for me it will not load or save an audio file. I have and I believe Ed...
- Fri Jan 24, 2014 8:17 am
- Forum: Compiling Audacity
- Topic: Can't find help project
- Replies: 16
- Views: 6752
Re: Can't find help project
http://stackoverflow.com/questions/1531 ... -link-dead
Make sure you get the service pack. 2008 was notorious for random linker errors before it.
BTW that's a great guide.
Make sure you get the service pack. 2008 was notorious for random linker errors before it.
BTW that's a great guide.
- Sun Jan 19, 2014 6:55 pm
- Forum: Compiling Audacity
- Topic: Successful build??
- Replies: 5
- Views: 3478
Re: Successful build??
Set your path for (your wx directory)libvc_dll
right click (computer) -> Properties -> Advanced System Settings -> Advanced -> Environmental Variables -> System Variables -> Path
Reboot
Have fun
right click (computer) -> Properties -> Advanced System Settings -> Advanced -> Environmental Variables -> System Variables -> Path
Reboot
Have fun
- Sun Jan 19, 2014 5:45 am
- Forum: Compiling Audacity
- Topic: Successful build??
- Replies: 5
- Views: 3478
- Sun Jan 19, 2014 3:48 am
- Forum: Compiling Audacity
- Topic: moving to wxWidgets 3.0
- Replies: 15
- Views: 16279
Re: moving to wxWidgets 3.0
Oh and btw Edgar your post was very helpful in jump starting me.
- Sun Jan 19, 2014 3:39 am
- Forum: Compiling Audacity
- Topic: moving to wxWidgets 3.0
- Replies: 15
- Views: 16279
Re: moving to wxWidgets 3.0
Just a note. I just completed this transition and am running on the current code base with vc2012 and wx3.0.
Hopefully it will get in after this next release. I'm chatting about it now.
BTW I found 62 incompatibilities between 2.8 - 3.0
Hopefully it will get in after this next release. I'm chatting about it now.
BTW I found 62 incompatibilities between 2.8 - 3.0