Which clip is that? Is it this one: http://forum.audacityteam.org/viewtopic ... 92#p241092kozikowski wrote:Do you think that Car Talk® clip meets ACX standards?
Search found 59476 matches
- Fri Apr 04, 2014 9:11 pm
- Forum: Audiobook Production
- Topic: Manipulating Decibels
- Replies: 119
- Views: 22045
Re: Manipulating Decibels
- Fri Apr 04, 2014 5:30 pm
- Forum: Audiobook Production
- Topic: Manipulating Decibels
- Replies: 119
- Views: 22045
Re: Manipulating Decibels
So we're in 'Secret Aural Teachings" territory and it's perfectly possible and expected for ACX to reject weeks of finished product. Not helpful. Perhaps a bit harsh. An alternative view: ACX are in the business of acquiring audio books for commercial publication. Customers that purchase the a...
- Fri Apr 04, 2014 2:06 pm
- Forum: Windows
- Topic: Sound quality reduced while using "Noise Removal"
- Replies: 3
- Views: 2496
Re: Sound quality reduced while using "Noise Removal"
Noise "Removal" is probably not a good name. Better would be Noise "Reduction". Reducing noise is always a trade-off between the amount of (bad) noise removed and the quality of the (good) audio that is retained. Attempting to "eradicate" the noise will invariably have ...
- Fri Apr 04, 2014 1:25 pm
- Forum: GNU/Linux
- Topic: Audacity locks up when editing
- Replies: 5
- Views: 3469
Re: Audacity locks up when editing
The most common cause of Audacity locking up on Linux is when PulseAudio stalls. My analysis of the problem (I'm not a developer, so take this with a pinch of salt, but it holds with the symptoms that I observe): Unlike most other audio programs, Audacity starts a new audio stream every time that pl...
- Fri Apr 04, 2014 1:08 pm
- Forum: General Audio Programming
- Topic: Noise Reduction Algorithm - Papers/References?
- Replies: 16
- Views: 18555
Re: Noise Reduction Algorithm - Papers/References?
Audacity is mostly programmed in C++.ram_nagapuri wrote:Can I find audacity Noise Removal code in "C" any where?
The source code for the Noise Removal effect is here:
http://audacity.googlecode.com/svn/auda ... emoval.cpp
Why do I feel like I'm repeating myself?
- Fri Apr 04, 2014 12:12 pm
- Forum: Audio Processing
- Topic: Making a file "low-fi"
- Replies: 11
- Views: 6287
Re: Making a file "low-fi"
Still searching for a plug-in -- or something -- that squashes the highs and lows. Try this: 1) Amplify effect (default settings) 2) Compressor effect: Threshold -30 Noise floor: -30 Ratio: 10:1 Attack time: 0.1 Release time: 1.0 Make-up gain: No (not selected) Based on peaks: Yes (selected) 3) Equ...
- Fri Apr 04, 2014 11:46 am
- Forum: Audiobook Production
- Topic: Manipulating Decibels
- Replies: 119
- Views: 22045
Re: Manipulating Decibels
What they definitely don't want is: "talk, talk, talk | (absolute silence) | talk, talk, talk.." because that is completely unnatural and is more distracting for the listener than having a small amount of noise ("room tone"). I don't remember seeing that in the ACX Requirements ...
- Fri Apr 04, 2014 10:54 am
- Forum: Nyquist
- Topic: possible to make this plugin? ("auto draw wave")
- Replies: 49
- Views: 19094
Re: possible to make this plugin? ("auto draw wave")
Possibly, it depends how you do it, but in any case, not much.N871 wrote:if you resample a track to a higher resolution, and you resample back to the original, is there any loss of quality?
Thanks for all your help!
- Fri Apr 04, 2014 9:51 am
- Forum: Nyquist
- Topic: possible to make this plugin? ("auto draw wave")
- Replies: 49
- Views: 19094
Re: possible to make this plugin? ("auto draw wave")
Code: Select all
(setf a (extract 0 0.5 s))
(setf b (extract 0.5 1 s))
(extract 0 1 (seq b a))
- Fri Apr 04, 2014 1:34 am
- Forum: Windows
- Topic: using VST effects from behringer.com
- Replies: 1
- Views: 893
Re: using VST effects from behringer.com
Behringer offer various software bundles, depending on the product bought. Mostly these are freeware though some bundles include special deals that they have negotiated with the software producers. The software items offered are not necessarily compatible with each other and we have no control over ...