Search found 59476 matches
- Thu Aug 02, 2018 8:08 am
- Forum: Audio Processing
- Topic: Geisterstimmen Filtern
- Replies: 1
- Views: 213
Re: Geisterstimmen Filtern
There is a German language Audacity forum here: https://audacity-forum.de/
- Wed Aug 01, 2018 5:10 pm
- Forum: Windows
- Topic: Edit>Labelled Audio>everything greyed out
- Replies: 8
- Views: 591
- Wed Aug 01, 2018 5:07 pm
- Forum: Windows
- Topic: Trouble exporting any file
- Replies: 12
- Views: 615
- Wed Aug 01, 2018 5:04 pm
- Forum: Adding Features to Audacity
- Topic: Option to copy audio position information
- Replies: 5
- Views: 964
Re: Option to copy audio position information
Is it with Niquist also possible to get the total length of the track? Yes. If the track starts at time = 0, then you can get the end time with: (get '*track* 'end-time) If the track may start earlier or later than time = 0, and you want the length, then: (- (get '*track* 'end-time) (get '*track* '...
- Wed Aug 01, 2018 1:29 pm
- Forum: General Audio Programming
- Topic: nub question - scripting and extreme amplification
- Replies: 5
- Views: 1907
Re: nub question - scripting and extreme amplification
You could run the "Limiter" effect a few time on the same audio, with extreme settings.
Some settings to try:
Type: Hard
Input Gain Left: 10
Input Gain Right: 10
Limit to: -10
Hold: 1
Make Up Gain: Yes
To repeat the effect: "Ctrl + R"
Some settings to try:
Type: Hard
Input Gain Left: 10
Input Gain Right: 10
Limit to: -10
Hold: 1
Make Up Gain: Yes
To repeat the effect: "Ctrl + R"
- Wed Aug 01, 2018 1:21 pm
- Forum: Windows
- Topic: converting to a a certain type
- Replies: 1
- Views: 124
Re: converting to a a certain type
16-bit PCM WAV This is the easiest to use - it's just a normal WAV file and it is the default Export format for Audacity. The sample rate of the exported file is determined by the Audacity "Project Rate" (bottom left corner of the main Audacity window). So for 16 bit WAV with a sample rat...
- Wed Aug 01, 2018 11:40 am
- Forum: GNU/Linux
- Topic: Device Toolbar Height
- Replies: 1
- Views: 398
Re: Device Toolbar Height
Which version of Audacity do you have, and where did you get it from?
Please post a screenshot to show what you mean.
Please post a screenshot to show what you mean.
- Wed Aug 01, 2018 9:59 am
- Forum: Windows
- Topic: ulaw file plays as static
- Replies: 6
- Views: 1698
Re: ulaw file plays as static
Audacity can import standard CCITT u-law files as normal audio files. "Import RAW" is only required if the files are "headerless" (raw data rather than properly defined WAV files). There is a u-law test file here: https://forum.audacityteam.org/download/file.php?id=3047 Audacity ...
- Wed Aug 01, 2018 9:47 am
- Forum: Windows
- Topic: use Audacity to generate vibratory simulation sounds
- Replies: 4
- Views: 200
Re: use Audacity to generate vibratory simulation sounds
the goal is to create a sound on specific frequencies that will act on the left and right parts of the brain alternately. The second link that you gave says: The alternative hearing is to hear in turn through the right ear and then the left ear, on a regular adjustable rhythm As an audio engineer, ...
- Wed Aug 01, 2018 8:15 am
- Forum: Windows
- Topic: I want to combine 2 recordings into the same file
- Replies: 1
- Views: 99