Search found 1326 matches
- Wed Nov 12, 2014 4:13 pm
- Forum: Compiling Audacity
- Topic: wxColour is "better" than wxColor
- Replies: 6
- Views: 2177
wxColour is "better" than wxColor
In D:AudacitySVNsrcwidgetsMeter.cpp at or near line number 1091: // Setup the colors for the 3 sections of the meter bars wxColour green(117, 215, 112); wxColour yellow(255, 255, 0); wxColour red(255, 0, 0); Currently these 3 colors are spelled wxColor which works because there is a #define to allow...
- Wed Nov 12, 2014 3:35 pm
- Forum: Compiling Audacity
- Topic: Assert in FFmpegLibs::InitLibs
- Replies: 2
- Views: 1390
Re: Assert in FFmpegLibs::InitLibs
Ed, are you saying this assert occurs even if FFmpeg is correctly installed (F,C,U numbers are visible in Libraries Preferences)? No, it only happens if you're trying to use Audacity without/before installing (the optional) FFmpeg library. Given that "without" & "before" are certain to happen (espe...
- Wed Nov 12, 2014 12:09 am
- Forum: Audio Processing
- Topic: Exploring the new experimental Noise Reduction Effect
- Replies: 6
- Views: 1296
Re: Exploring the new experimental Noise Reduction Effect
Some thoughts on testing procedure… Find a track which has a real-world example of annoying noise. Remember, there are 2 (at least) types of noise: repetitive short bursts and continuous background. A testing procedure which is good for one type might not work on the other type. If the noise is of t...
- Tue Nov 11, 2014 10:30 pm
- Forum: Feature Request Archive
- Topic: "Show Clipping" Options
- Replies: 110
- Views: 15506
Re: "Show Clipping" Options
+.8steve wrote: Album Track Marker; Beat Marker; Clipping Marker; Silence Marker; Sound Marker
Album Track Labeler; Beat Labeler; Clipping Labeler; Silence Labeler; Sound Labeler
(assuming they all create labels)
- Tue Nov 11, 2014 6:11 pm
- Forum: Compiling Audacity
- Topic: Assert in FFmpegLibs::InitLibs
- Replies: 2
- Views: 1390
Assert in FFmpegLibs::InitLibs
This is been around for a while, is it just me or do other folks see it when running under the debugger (I am not testing the wxWidgets 3 configuration). In srcFFmpeg.cpp at or near line number 849, in the function: bool FFmpegLibs::InitLibs(wxString libpath_format, bool WXUNUSED(showerr)) wxLogMess...
- Tue Nov 11, 2014 5:21 pm
- Forum: Audio Processing
- Topic: Exploring the new experimental Noise Reduction Effect
- Replies: 6
- Views: 1296
Exploring the new experimental Noise Reduction Effect
Here's a good example of a recording which needs a lot of help when it comes to reducing noise: https://www.youtube.com/watch?v=s3_Ld2msIqQ This was originally recorded in 1926 by Whispering Jack Smith so is out of copyright. The above link is to YouTube but other versions exist online. At about 8 s...
- Tue Nov 11, 2014 4:38 pm
- Forum: Feature Request Archive
- Topic: "Show Clipping" Options
- Replies: 110
- Views: 15506
Re: "Show Clipping" Options
I'm confused by this - there is only one clipping indicator. See http://manual.audacityteam.org/o/man/meter_toolbar.html#annotated . I think you are talking about Maximum Peak, which is blue (despite that colour has no meaning in a gradient meter). No – I'm confused! Someplace along the line the ne...
- Tue Nov 11, 2014 5:37 am
- Forum: Audio Processing
- Topic: Exploring the new experimental Noise Reduction Effect
- Replies: 6
- Views: 1296
Exploring the new experimental Noise Reduction Effect
Just recently Paul's code for repairing and improving the Noise Removal Effect has been committed and should be available in the Nightlies (if not now, then very shortly). For the historic discussion leading up to the new code read this thread: http://forum.audacityteam.org/viewtopic.php?f=21&t=8017...
- Tue Nov 11, 2014 4:37 am
- Forum: General Audio Programming
- Topic: NoiseRemoval.cpp
- Replies: 138
- Views: 28752
Re: NoiseRemoval.cpp
I have updated the Wiki page here http://wiki.audacityteam.org/wiki/Proposal_Noise_Removal#Paul_Licameli.27s_Noise_Reduction_effect I made a couple of trivial edits to the page to make it easier for editors to work on. I am not going to bother to do any spelling/grammar/wording work (I'm the lowlie...
- Tue Nov 11, 2014 3:05 am
- Forum: Compiling Audacity
- Topic: Squelch some warnings
- Replies: 6
- Views: 3209
Squelch some warnings
Patch attached Not done, a bit tricky: srcfileio.cpp(100): warning C4100: 'type' : unreferenced formal parameter srcimagemanipulation.cpp(277): warning C4100: 'offset' : unreferenced formal parameter srcmenus.cpp(937): warning C4189: 'pm' : local variable is initialized but not referenced srcmenus.c...