Search found 59476 matches
- Tue Dec 18, 2018 5:54 pm
- Forum: Windows
- Topic: cannot get track onto my iPhone?
- Replies: 5
- Views: 169
Re: cannot get track onto my iPhone?
We can only help you with the "Audacity" aspects of your question (unless someone on the forum has the exact same hardware and has done it themselves). What is the exact format that you require? Example: "MP3, 64kbps, mono, CBR" What is the size / length limit for the required fi...
- Tue Dec 18, 2018 5:47 pm
- Forum: Audio Processing
- Topic: How can I get the attack time of an audio signal?
- Replies: 7
- Views: 370
Re: How can I get the attack time of an audio signal?
Unless you zoom in verticallykozikowski wrote: ↑Tue Dec 18, 2018 3:35 pmWaveform view only sees sound down to about -25dB to -30dB before it becomes undetermined (invisible).
- Tue Dec 18, 2018 10:44 am
- Forum: Windows
- Topic: Real time effects.
- Replies: 2
- Views: 104
Re: Real time effects.
Audacity does not do real time effects. If you need real time effects, you could try "Reaper".
- Tue Dec 18, 2018 10:40 am
- Forum: Audio Processing
- Topic: How can I get the attack time of an audio signal?
- Replies: 7
- Views: 370
Re: How can I get the attack time of an audio signal?
If you were to use MATLAB or similar, you would need to devise an algorithm to determine the start and end of the attack phase. In the "0dn_cnt.wav" example, the attack phase is easy to see, but to define an algorithm is very much more complex. We can see it your example that the "nat...
- Tue Dec 18, 2018 10:16 am
- Forum: Windows
- Topic: Split clip shortcut no longer working v2.3.0
- Replies: 6
- Views: 194
Re: Split clip shortcut no longer working v2.3.0
I agree. It is definitely one shortcut that I miss if I don't have the full set enabled. Several other people have also written in about the "loss" of this shortcut.waxcylinder wrote: ↑Tue Dec 18, 2018 10:00 amI'm thinking that this is one shortcut that we should probably move into the reduced Standard shortcut set.
- Tue Dec 18, 2018 9:32 am
- Forum: Audio Processing
- Topic: Sliding the pitch of an audio file in a particular way
- Replies: 15
- Views: 1059
Re: Sliding the pitch of an audio file in a particular way
Are you sure that's right? 1) What happens if you have: a carrier frequency of 1000000000 Hz two audio frequencies at 100 Hz and 200 Hz a Doppler shift of the carrier to 999999900 Hz 2) What would happen if there was a Doppler shift of the carrier to 500000000 Hz (100 MHz to 50 MHz)? 3) If I was lis...
- Tue Dec 18, 2018 9:17 am
- Forum: Windows
- Topic: Split clip shortcut no longer working v2.3.0
- Replies: 6
- Views: 194
Re: Split clip shortcut no longer working v2.3.0
If you mean the "Ctrl + i" ("split") shortcut, it is in the "full" set of defaults. See: https://manual.audacityteam.org/man/key ... l#defaults
- Mon Dec 17, 2018 9:54 pm
- Forum: GNU/Linux
- Topic: Batch is breaking: Algorithm not effective (Clicks removal)
- Replies: 1
- Views: 519
Re: Batch is breaking: Algorithm not effective (Clicks removal)
What is the purpose of this?
Why don't you care if the effect works? (If you really don't care if it works or not, why bother running the batch at all?)
Why don't you care if the effect works? (If you really don't care if it works or not, why bother running the batch at all?)
- Mon Dec 17, 2018 9:16 pm
- Forum: Windows
- Topic: Saved FLAC files increase in size
- Replies: 14
- Views: 987
Re: Saved FLAC files increase in size
In this particular case, I was simply chopping off a few seconds of silence at the head of a FLAC file. Pretty sure the dither added by Audacity would be of no benefit in this case. Correct. As you suggested in your previous post, the way that Audacity handles dither is not ideal in all cases, but ...
- Mon Dec 17, 2018 9:11 pm
- Forum: Audio Processing
- Topic: How can I get the attack time of an audio signal?
- Replies: 7
- Views: 370
Re: How can I get the attack time of an audio signal?
Easiest to see if you " Normalize " the track first. Select the "attack" (rising) section, then read the length from the Selection Toolbar . As you can see in this screenshot, the attack starts at around 7 ms from the start of the track and has a duration of around 36 ms. attack....