Search found 59476 matches
- Sun Jul 15, 2018 9:57 am
- Forum: GNU/Linux
- Topic: How to record google hangouts?
- Replies: 8
- Views: 2364
Re: How to record google hangouts?
One way to do it is with Jack. Jack Audio System is a high performance, low latency sound system for Linux. It is used mostly by people that use Linux for media production. Setting it up can be tricky, but once set up it is awesome for media production, like ASIO + ReWire + steroids. There are many ...
- Sun Jul 15, 2018 12:27 am
- Forum: Nyquist
- Topic: recalling "system" function from nyquist prompt
- Replies: 3
- Views: 636
Re: recalling "system" function from nyquist prompt
The LISP "system" command is not available in Audacity. I recall asking about this some years ago and was told by the developers at the time that it would not be enabled because it posed too much of a security risk (it would enable third party plug-ins to execute arbitrary code on the user...
- Sun Jul 15, 2018 12:15 am
- Forum: Windows
- Topic: How to mix (add) "white noise" to the track.
- Replies: 8
- Views: 2956
Re: How to mix (add) "white noise" to the track.
( * I don't know the code to make it work on stereo tracks) You need to create 2 channel noise. For example: (setf noise (mult 0.1 (noise))) (sum *track* (vector noise noise)) Note that in this example the noise is actually mono, but we have duplicated it in a vector (an array). If we want true ste...
- Sat Jul 14, 2018 11:44 pm
- Forum: Windows
- Topic: out of phase tones
- Replies: 13
- Views: 814
- Fri Jul 13, 2018 1:21 pm
- Forum: GNU/Linux
- Topic: Metadata Error: Unknown text information frame
- Replies: 16
- Views: 1071
Re: Metadata Error: Unknown text information frame
Any idea as to when it will be released, or about when it supposed to be released? It's scheduled for release in a couple of months time, but it'll be a while after that before it is in Ubuntu's repository. Panda Jim's "Ubuntu Handbook" repository usually has builds available soon after r...
- Fri Jul 13, 2018 12:16 pm
- Forum: GNU/Linux
- Topic: Metadata Error: Unknown text information frame
- Replies: 16
- Views: 1071
Re: Metadata Error: Unknown text information frame
It appears to be a bug in Audacity 2.2.2. The good news is that it does not occur in the development code (Audacity 2.3.0 alpha). Until Audacity 2.3.0 is available, I'd suggest that you use some other application for editing the metadata of MP3 files. There are several suitable applications availabl...
- Fri Jul 13, 2018 11:57 am
- Forum: GNU/Linux
- Topic: Metadata Error: Unknown text information frame
- Replies: 16
- Views: 1071
Re: Metadata Error: Unknown text information frame
OK, got it.
I can see the problem, but I'm unsure what is causing it or how to fix it. I'll need to investigate further.
I can see the problem, but I'm unsure what is causing it or how to fix it. I'll need to investigate further.
- Fri Jul 13, 2018 7:21 am
- Forum: GNU/Linux
- Topic: Metadata Error: Unknown text information frame
- Replies: 16
- Views: 1071
Re: Metadata Error: Unknown text information frame
Unfortunately that link does not go to the file.
- Fri Jul 13, 2018 1:16 am
- Forum: Windows
- Topic: Adding Plugins
- Replies: 19
- Views: 1189
Re: Adding Plugins
Yes you can do that.
- Thu Jul 12, 2018 9:58 pm
- Forum: Windows
- Topic: Adding Plugins
- Replies: 19
- Views: 1189
Re: Adding Plugins
You probably need to right click on the installer and select "Run as administrator" (I rarely use Windows, so if that's not quite right you may need to Google)