Search found 59476 matches

by steve
Wed Oct 04, 2017 3:49 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: problem with "show spectra"
Replies: 2
Views: 962

Re: problem with "show spectra"

You can access the underlying data using the "Export" option (http://manual.audacityteam.org/man/plot_spectrum.html)
The data could then be displayed in any graph application of your choice.
For critical work, I have sometimes used the Plot Spectrum data with GnuPlot http://www.gnuplot.info/
by steve
Wed Oct 04, 2017 3:45 pm
Forum: Windows
Topic: Right clicking pin toggles the pin and show context menu
Replies: 1
Views: 554

Re: Right clicking pin toggles the pin and show context menu

scootergrisen wrote:I would expect right clicking not to toggle the pin.
So would I, but does it do any harm? It looks like a very low priority bug to me.
by steve
Wed Oct 04, 2017 3:28 pm
Forum: GNU/Linux
Topic: Linux Version and hidpi
Replies: 6
Views: 2251

Re: Linux Version and hidpi

Hermes le Messager wrote:How hard is it to have 2 icons sizes and un check box to have one or the other size of icons used?
Probably much harder than one might expect.
See here as an example: https://github.com/audacity/audacity/bl ... sCeeCode.h
by steve
Wed Oct 04, 2017 3:08 pm
Forum: Nyquist
Topic: Chimes overtones delay
Replies: 1
Views: 1225

Re: Chimes overtones delay

You can make pitch shifting delays with Nyquist. For example, this code in the Nyquist Prompt effect: (simrep (i 30) (let* ((offset (* i 0.1)) (ratio (+ 1.0 (/ i 20.0))) (decay (/ ratio))) (at-abs offset (cue (force-srate *sound-srate* (stretch-abs ratio (sound (mult decay *track*)))))))) when appli...
by steve
Wed Oct 04, 2017 12:49 pm
Forum: Windows
Topic: RAW Header-less wav unsigned 8-bit PCM format
Replies: 2
Views: 1980

Re: RAW Header-less wav unsigned 8-bit PCM format

You've not said what data you expect to see, or what data you actually see, but it works OK for me.
Here's a very short audio track (3 samples) and the hex values of an 8-bit unsigned RAW export:
3bytes.png
3bytes.png (23.28 KiB) Viewed 1914 times
by steve
Wed Oct 04, 2017 12:00 pm
Forum: GNU/Linux
Topic: Linux Version and hidpi
Replies: 6
Views: 2251

Re: Linux Version and hidpi

This should not be too difficult nor too time consuming to implement this feature. Are you a software developer? Please feel free to send us a patch. The "theme" support in Audacity has just had a major overhaul. There are still many tweaks required for the new themes. There is currently ...
by steve
Wed Oct 04, 2017 11:55 am
Forum: GNU/Linux
Topic: Inactive input level slider
Replies: 9
Views: 2581

Re: Inactive input level slider

Audacity only looks for audio devices when Audacity is launched, and when you explicitly tell it to rescan for new audio devices (in "Transport" menu http://manual.audacityteam.org/man/transport_menu.html). When using a USB device, connect the device first and then launch Audacity. The USB...
by steve
Wed Oct 04, 2017 11:35 am
Forum: GNU/Linux
Topic: PulseEffects Real Time Audio Processing
Replies: 1
Views: 1167

Re: PulseEffects Real Time Audio Processing

That looks like it could be useful, but I've not been able to record a mic through it and hear (monitor) what I'm recording other than by using Audacity's "Software Playthrough" (which has an unusably long delay for recording myself playing / singing). Am I missing something, or is that a ...
by steve
Wed Oct 04, 2017 9:06 am
Forum: Windows
Topic: Bug: Project Rate entry not handling keystrokes properly
Replies: 2
Views: 298

Re: Bug: Project Rate entry not handling keystrokes properly

It's been fixed for the up and coming 2.2.0 release.
by steve
Wed Oct 04, 2017 9:05 am
Forum: Audacity 2.x Feedback and Reviews
Topic: 12% reduction of Audacity's installed size
Replies: 2
Views: 777

Re: 12% reduction of Audacity's installed size

Thanks for your suggestion. With Apple making it ever more difficult to run free open source software on Macs, the priority at this time is to ensure that Audacity can be installed and run, which dictates many of the decisions about how the Audacity application is "packaged" for Mac. While...