Search found 24069 matches
- Tue Jul 10, 2012 4:12 am
- Forum: Compiling Audacity
- Topic: How do I make an installer after a successfull compiling
- Replies: 9
- Views: 5408
Re: How do I make an installer after a successfull compiling
What is the difference between opening Audacity by using .exe and install Audacity first by using an installer? As a matter of fact, I want to install Audacity to another computer to record music. In this case, is an installable version a better choice to move Audacity to another computer? Or I can...
- Tue Jul 10, 2012 3:21 am
- Forum: Windows
- Topic: audacity 2.0
- Replies: 12
- Views: 1980
Re: audacity 2.0
I reinstalled my operating system and reinstalled Audacity 2.0. When I try to run Audacity now, I get a different message: "This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem." I reinstalled Audacity w...
- Tue Jul 10, 2012 1:36 am
- Forum: Windows
- Topic: Error on sliding time scale/pitch shift - SOLVED
- Replies: 100
- Views: 25140
Re: Error on sliding time scale/pitch shift
There is software available which does the same thing where I can alter the speed and/or pitch of WAV files without introducing distortion. Of course, it is not free but I will be looking into it. You can try Best Practice to change speed or pitch without affecting the other. It is free and open so...
- Tue Jul 10, 2012 12:29 am
- Forum: Windows
- Topic: Audacity Recording Freeze at 38m 47.5s: Win7
- Replies: 77
- Views: 16576
Re: Audacity Recording Freeze at 38m 47.5s: Win7
You are assuming the digits are decimal digits. But if the letter "c" is a valid digit, these must be hexadecimal digits. The normal sequence for the project data starts at d00 (which is the salient point being discussed). The numbering is indeed hexadecimal, so will (probably, I've not t...
- Mon Jul 09, 2012 11:25 pm
- Forum: Windows
- Topic: Audacity Recording Freeze at 38m 47.5s: Win7
- Replies: 77
- Views: 16576
Re: Audacity Recording Freeze at 38m 47.5s: Win7
When I wrote:- this is NOT what I see. As I said in my last posting, I have started to use Microsoft's' Process Monitor to look at memory usage and I have no reason to doubt the results obtained from the use of this program. My results are (with audio cache disabled);- I should have said the audio ...
- Mon Jul 09, 2012 9:01 am
- Forum: Windows
- Topic: Audacity Recording Freeze at 38m 47.5s: Win7
- Replies: 77
- Views: 16576
Re: Audacity Recording Freeze at 38m 47.5s: Win7
PGA wrote: Sample rate x number of seconds x sample format x number of channels = total number of bits Total number of bits / 8 = total number of bytes Total number of bytes /1024 = total number of KBytes Total number of KBytes / 1024 = total number of MBytes So, if recording CD quality (Sample rat...
- Mon Jul 09, 2012 5:47 am
- Forum: Windows
- Topic: Error on sliding time scale/pitch shift - SOLVED
- Replies: 100
- Views: 25140
Re: Error on sliding time scale/pitch shift
It is almost certainly something in my code, and has nothing to do with bitrate and filenames. I haven't been able to reproduce it, though, and it is strange that it is intermittent. I would like to provide an executable which can give me debugging information. I'm not sure the best way to go about...
- Mon Jul 09, 2012 5:26 am
- Forum: Windows
- Topic: Error on sliding time scale/pitch shift - SOLVED
- Replies: 100
- Views: 25140
Re: Error on sliding time scale/pitch shift
Sorry I was not clear. I always rip CDs using the same software which I have been using for years. What software is that? The process I use to create the input files for the Audacity Sliding Time Scale is a bit cumbersome and would require a lengthy explanation. Needless to say, this arose out of t...
- Mon Jul 09, 2012 4:31 am
- Forum: Windows
- Topic: Sound in all other programs, but suddenly none in Audacity!
- Replies: 45
- Views: 5948
Re: Sound in all other programs, but suddenly none in Audaci
Since I last posted here, my friend and I deleted 2.0.0 from her machine and installed 1.2.6. It's working fine for her. I'm considering updating 2.0.0 to 2.0.1 on my machine and am wondering if I should do that now or wait 'til some of the bugs are out of it. Also wondering if she might get sound ...
- Sun Jul 08, 2012 3:03 am
- Forum: Windows
- Topic: Audacity Recording Freeze at 38m 47.5s: Win7
- Replies: 77
- Views: 16576
Re: Audacity Recording Freeze at 38m 47.5s: Win7
Hi Dennis I am not a mathematician, but the point of the /1024 is to convert kb into MB for ease of working with the resultant figure. If you want another much more complex formula which still gives a very similar result, try http://tinyurl.com/cb7tc3k . However you play with formulas, you can concu...