Search found 59476 matches

by steve
Mon Feb 16, 2015 5:19 pm
Forum: Audio Processing
Topic: Increased Functionality of Generate Silence
Replies: 6
Views: 896

Re: Increased Functionality of Generate Silence

A more general question – is it POSSIBLE to achieve this with Nyquist script? Writing a Nyquist script to produce labels is easy. Nyquist is a computer language (based on a language called LISP). The way that Nyquist works in Audacity is that Audacity can pass certain types of data (including selec...
by steve
Mon Feb 16, 2015 2:08 pm
Forum: Windows
Topic: Wave editor/video/internal recording?
Replies: 1
Views: 226

Re: Wave editor/video/internal recording?

Audacity 2.0.6 is the current version. The latest version is always available via this page: http://audacityteam.org/download/ If you wish to be notified by email when a new version is released, you can submit your email address at the bottom of the Audacity home page: http://audacityteam.org/ Instr...
by steve
Mon Feb 16, 2015 2:00 pm
Forum: macOS
Topic: Very poor sound quality on export to M4A
Replies: 6
Views: 2421

Re: Very poor sound quality on export to M4A

From the Audacity 2.0.6 release notes: http://wiki.audacityteam.org/wiki/Release_Notes_2.0.6#Imports_and_Exports_.28FFmpeg.29 M4A (AAC) exports: The Quality Slider in "Specify AAC Options" has no effect if the FFmpeg library is built with the libvo-aac encoder, as are recommended builds of...
by steve
Mon Feb 16, 2015 1:57 pm
Forum: Windows
Topic: Nyquist Plugins basic info needed
Replies: 2
Views: 278

Re: Nyquist Plugins basic info needed

Nyquist files are written as "plain text" files. You can examine the contents by opening the file in a plain text editor (such as NotePad), though you should take care not to modify the file unless you know what you are doing ;) Instructions for installing Nyquist plugins are here: http://...
by steve
Mon Feb 16, 2015 1:50 pm
Forum: Feature Request Archive
Topic: .AU files should be named sequentially (Audacity crashed)
Replies: 21
Views: 2604

Re: .AU files should be named sequentially (Audacity crashed

smeezekitty wrote:That doesn't make much sense. Considering the additional code complication for things like name collision detection, I find it hard to believe random names would be faster or easier.
See DirManager.cpp::MakeBlockFileName()
by steve
Mon Feb 16, 2015 1:11 pm
Forum: Making Music with Audacity
Topic: Case Study about DAWs (Query) - Only 4 questions help me! :)
Replies: 7
Views: 1716

Re: Case Study about DAWs (Query) - Only 4 questions help me

I’m curious about this, Steve. I can’t use it, because I’m on Windows, but I’m curious why you use Ardour. What does it have over the other “major” DAWs (Ableton, Logic, Pro Tools, Reason etc) don’t have? I use Linux. Ardour runs natively on Linux, which few other DAWs do. Also, I like the design p...
by steve
Mon Feb 16, 2015 1:01 pm
Forum: Audio Processing
Topic: Increased Functionality of Generate Silence
Replies: 6
Views: 896

Re: Increased Functionality of Generate Silence

I think that you could achieve the same ends more easily than now using features that are already in Audacity. 1) Labels may be created as a plain text file (possibly generated in Excel). The format for a label text file is: start-time end-time label-text where [*]"start-time" and "en...
by steve
Mon Feb 16, 2015 1:50 am
Forum: Windows
Topic: expand single track to 2 track
Replies: 5
Views: 381

Re: expand single track to 2 track

kozikowski wrote:But one Mono track should play to both speakers
Not "should". A single mono track will always play through both speakers (so long as the playback equipment isn't broken).
by steve
Sun Feb 15, 2015 9:27 pm
Forum: Making Music with Audacity
Topic: Case Study about DAWs (Query) - Only 4 questions help me! :)
Replies: 7
Views: 1716

Re: Case Study about DAWs (Query) - Only 4 questions help me

I saw that Audacity suports many tracks I thought it also worked as a DAW Indeed many people do use it as their "digital audio workstation", but I for the purposes of a case study it is probably quite important to appreciate that Audacity (as a multi-track audio editor) is designed agains...
by steve
Sun Feb 15, 2015 9:00 pm
Forum: Windows
Topic: expand single track to 2 track
Replies: 5
Views: 381

Re: expand single track to 2 track

In that case, split the track into (two) mono tracks using the track drop-down menu (http://manual.audacityteam.org/o/man/tr ... _menu.html).
Then delete the silent track by clicking on the [X] in the top left corner of the track.