Search found 59476 matches
- Tue Oct 24, 2017 9:01 pm
- Forum: Windows
- Topic: no sound on Audacity
- Replies: 11
- Views: 996
Re: no sound on Audacity
I've deleted your duplicate post (the first one did come through, as you can see). I'll also post the data from your file here so that we can refer to it more easily: Default recording device number: 1 Default playback device number: 3 ============================== Device ID: 0 Device name: Microso...
- Tue Oct 24, 2017 8:22 pm
- Forum: Windows
- Topic: I received an aup file and cannot open it
- Replies: 14
- Views: 824
Re: I received an aup file and cannot open it
To open an AUP (AUdacity Project) file, you need to have both parts of the project - the AUP file and the _data folder. Both must be in the same location on your computer.
You will also require the Audacity application which is available here: https://www.audacityteam.org/download/windows/
You will also require the Audacity application which is available here: https://www.audacityteam.org/download/windows/
- Tue Oct 24, 2017 7:06 pm
- Forum: Windows
- Topic: I received an aup file and cannot open it
- Replies: 14
- Views: 824
Re: I received an aup file and cannot open it
the error message is "windows can't open this file" That sounds like a Windows message rather than an Audacity message. Do you have the AUP file and the _data folder? If not, I'll go with Doug's suggestion and ask him to send you "regular" sound file (such as an MP3 or WAV file).
- Tue Oct 24, 2017 6:09 pm
- Forum: Nyquist
- Topic: Idea for plugin unless it exists.
- Replies: 4
- Views: 1317
Re: Idea for plugin unless it exists.
I guess it could be described as a kind of audio "source separation" (https://en.wikipedia.org/wiki/Source_separation)
- Tue Oct 24, 2017 6:00 pm
- Forum: Nyquist
- Topic: Envelope follower / ducker
- Replies: 18
- Views: 5734
Envelope follower / ducker
Following on from this topic https://forum.audacityteam.org/viewtopic.php?p=326639#p326639 a question was asked about creating an effect that does the opposite of an envelope follower. Here's the plug-in, which I have named "Dynamic Mirror" (it is used to mirror the dynamic of one track on...
- Tue Oct 24, 2017 4:30 pm
- Forum: Windows
- Topic: no sound on Audacity
- Replies: 11
- Views: 996
Re: no sound on Audacity
Please try this: 1) Reboot your computer 2) Launch Audacity 3) Open the Audacity Help menu and select "Audio Device Info..." 4) Click the "Save" button and save it somewhere that you can find it. 5) Attach the saved text file to your reply (see: https://forum.audacityteam.org/vie...
- Tue Oct 24, 2017 3:54 pm
- Forum: GNU/Linux
- Topic: Sample Data Export/Import is “bit-perfect”/lossless?[SOLVED]
- Replies: 35
- Views: 3560
Re: Sample Data Export/Import is “bit-perfect”/lossless?
If “sample-data-export.ny” cannot handle more than 14 decimal places That's not what I wrote. It's a bit math-heavy, but this article explains a lot about floating point numbers: https://en.wikipedia.org/wiki/Single-precision_floating-point_format The smallest positive number (IEEE standard) is abo...
- Tue Oct 24, 2017 1:56 pm
- Forum: GNU/Linux
- Topic: Sample Data Export/Import is “bit-perfect”/lossless?[SOLVED]
- Replies: 35
- Views: 3560
Re: Sample Data Export/Import is “bit-perfect”/lossless?
Here's another curious thing about decimal representation of floating point numbers: (setf *float-format* "%.1000g") (print pi) ; returns 3.141592653589790007373494518105871975421905517578125 The actual value of PI is: 3.141592653589793238462643383279502884197169399375105... so the value r...
- Tue Oct 24, 2017 1:17 pm
- Forum: Adding Features to Audacity
- Topic: Make "Silence Audio" non-destructive
- Replies: 5
- Views: 1910
Re: Make "Silence Audio" non-destructive
If the auto-duck analyser was re-written to apply an envelope transformation rather than editing the original clip, it would combine the best of both worlds. I agree. I'd like to see the idea of envelopes expanded to become more general "controllers" that can control other things in real ...
- Tue Oct 24, 2017 12:36 pm
- Forum: Windows
- Topic: no sound on Audacity
- Replies: 11
- Views: 996
Re: no sound on Audacity
When Audacity is launched, it looks at the computer's sound system to see what audio devices are available. Audacity does not look again unless you explicitly tell it to (Transport menu > Rescan Audio Devices). If audio devices are added or removed while Audacity is open, the actual audio devices in...