Search found 1327 matches

by Edgar
Fri Sep 21, 2012 9:47 pm
Forum: Windows
Topic: need to remove silence at end via script
Replies: 15
Views: 3122

need to remove silence at end via script

I have a lot of files which look something like: silence.png and I want to remove the silence at the end (the short silence at the beginning too)--note the sections highlighted in dark red. It would be nice to remove the very short noise at the end (almost silent--see pink highlight) also. I want to...
by Edgar
Wed Sep 19, 2012 5:57 am
Forum: Windows
Topic: Audacity Chains with thousands of files
Replies: 17
Views: 2084

Re: Audacity Chains with thousands of files

The system I am running this one is a 3.6/3.8Ghz Core i7 3820, 16GB DDR3 RAM, 128GB SSD - so I don't think that hardware resources is the issue. There is a chance you are running out of space on the hard drive. Audacity can fail with no warning nor error message in this case. A 128 GB drive might s...
by Edgar
Tue Jul 24, 2012 3:16 pm
Forum: Compiling Audacity
Topic: moving to wxWidgets 3.0
Replies: 15
Views: 16298

Re: moving to wxWidgets 2.9+

I didn't use exactly your modification for event handling. I use ProcessWindowEvent ( http://docs.wxwidgets.org/2.9.4/classwx_window.html#a0a76891d726ad5f9a729e27e4eab2b57) As soon as there is no warning I will try to create a new branch in SVN Header. If you want source code now I can give you a l...
by Edgar
Mon Jul 23, 2012 7:09 pm
Forum: Compiling Audacity
Topic: moving to wxWidgets 3.0
Replies: 15
Views: 16298

Re: moving to wxWidgets 2.9+

After Link is ok! If I run the program I have got some warning abut Font and Police, but Audacity is running, playing sound....! A "Very well done!" to you. It would be nice if you were to do a patch against SVN HEAD with your changes and post it here like I did so that in the future othe...
by Edgar
Mon Jul 23, 2012 5:08 pm
Forum: Compiling Audacity
Topic: moving to wxWidgets 3.0
Replies: 15
Views: 16298

Re: moving to wxWidgets 2.9+

I have followed your script but there is something that I don't understand : when you change bool EndEdit(int row, int col, wxGrid *grid); + bool EndEdit(int row, int col, const wxGrid *grid, + const wxString& oldval, wxString *newval); and you append applyedit what are the new functions ? You ...
by Edgar
Sun Jul 22, 2012 3:49 pm
Forum: Compiling Audacity
Topic: compiling audacity with wxwidgets 2.9.3
Replies: 8
Views: 9239

Re: compiling audacity with wxwidgets 2.9.3

When you (Ed) build Audacity against Widgets SVN with that WXWIN29 variable, where do you modify the Audacity solution to look for WXWIN29, or do you just cut and paste the required path to WXWIN as needed? I just rename the affected environmental variables: wx.png You may note that I have an envir...
by Edgar
Sat Jul 21, 2012 9:27 pm
Forum: Compiling Audacity
Topic: compiling audacity with wxwidgets 2.9.3
Replies: 8
Views: 9239

Re: compiling audacity with wxwidgets 2.9.3

In my opinion it would be far easier to install a second version of Widgets 2.8.12 (for example, to usr/local/bin/ if on Linux) then point Audacity to that, than go through all the 2.9 hoops that are likely to occur. See http://wiki.audacityteam.org/wiki/Developing_On_Linux#wxWidgets I agree with G...
by Edgar
Sat Jul 21, 2012 4:31 pm
Forum: Compiling Audacity
Topic: compiling audacity with wxwidgets 2.9.3
Replies: 8
Views: 9239

Re: compiling audacity with wxwidgets 2.9.3

Compiling Audacity with wx2.9+ is not easy but it is possible. See here: http://forum.audacityteam.org/viewtopic.php?f=19&t=62360&p=164383&hilit=wxWidgets#p164383 Due to functional changes in wx2.9 there may be some problems in the Audacity GUI when using wx2.9. These will need to be add...
by Edgar
Sat Jun 23, 2012 4:25 pm
Forum: Windows
Topic: Audacity 2.0 Not Detecting Input from Echo Audiofire 4
Replies: 5
Views: 2250

Re: Audacity 2.0 Not Detecting Input from Echo Audiofire 4

I have the exact same set up here and can only record from the two front inputs (1 & 2) unless I re-compile Audacity with ASIO support.
by Edgar
Thu May 10, 2012 4:16 pm
Forum: Compiling Audacity
Topic: ASIO Audacity and M-Audio devices
Replies: 4
Views: 5884

Re: ASIO Audacity and M-Audio devices

RS_RS wrote: I want to congratulate whoever wrote the instructions on how to create an ASIO-enabled version of Audacity, because for me following those instructions produced a working ASIO-enabled version at the very first attempt.
Where did you find the instructions you followed?