Simplifying Audacity

Building and customizing Audacity from the source code.
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Post Reply
anac0nda
Posts: 6
Joined: Sat Sep 21, 2013 9:46 am
Operating System: Please select

Simplifying Audacity

Post by anac0nda » Sat Sep 21, 2013 10:01 am

Hello,

I am trying to create a simplified version of audacity for the highly specialized purpose of simple speech recording by non-professionals. I am following the instruction
from http://manual.audacityteam.org/o/man/si ... acity.html. I can successfully hide entire menus like Generate and Analyize, as well as certain sub-items by translating the strings to "!" (see attached screenshot). However, I cannot hide any of the items in the Effects menu - they just start to appear as "!".

What is the correct way to accomplish this? Thanks!
Attachments
effects-menu.png
effects-menu.png (7.47 KiB) Viewed 2790 times

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Simplifying Audacity

Post by Gale Andrews » Sat Sep 21, 2013 11:08 pm

I confirm your findings.

I would guess "simplifying" is not implemented for individual effects because of the way individual effect menu items are added on the fly, but that is no more than a guess. I'll see if I can find anything out.

Note you can hide the entire effect menu by "translating" Effe&ct" as "!".


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Simplifying Audacity

Post by Gale Andrews » Sun Sep 22, 2013 2:14 pm

James (the developer who wrote this feature) has made a fix for this. Please try it and post here if you have problems:
http://gaclrecords.org.uk/win-nightly/d ... sep-13.zip .


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

anac0nda
Posts: 6
Joined: Sat Sep 21, 2013 9:46 am
Operating System: Please select

Re: Simplifying Audacity

Post by anac0nda » Sun Sep 22, 2013 2:39 pm

Thank you for the quick fix!

I just tested it and can confirm it works fine now. Since we are planning to redistribute this simplified version (the custom en-simple translation and audacity.cfg), both for Windows and MacOSX, would you suggest:

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Simplifying Audacity

Post by Gale Andrews » Sun Sep 22, 2013 5:36 pm

Thanks for testing.
anac0nda wrote:Since we are planning to redistribute this simplified version (the custom en-simple translation and audacity.cfg), both for Windows and MacOSX, would you suggest:
You could patch the 2.0.4 tag with r12584, but then About Audacity would show 2.0.4. That isn't really correct because this would be a code change to 2.0.4 and not just the addition of an extra language folder and a modified .cfg. If you do that I would prefer you modify src/audacity.h so that it displays 2.0.5-alpha.

On balance I would suggest this time around that you redistribute this as 2.0.5-alpha based on the current HEAD code. That way you'll get a fix for excessively loud dither and you'll avoid the import crashes that are affecting some users on Mac. If you wait till 03:15 GMT tomorrow you can get a pre-compiled Mac binary from http://www.audacity.homerow.net/index.p ... order=desc .

Note that if you use 2.0.4 for Windows or the Windows 2.0.5-alpha "nightly build" I posted, you may run into WDM-KS problems (though this is much rarer than the Mac issue). The only way round that at present is to disable WDM-KS, in which case you could distribute http://gaclrecords.org.uk/test-builds/a ... sabled.zip if anyone has WDM-KS problems. That will not have the dither fix but won't have the slight hang or crash risk.


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Simplifying Audacity

Post by Gale Andrews » Sun Sep 22, 2013 5:40 pm

Also I'd be interested in knowing the needs of the user group you are catering for and which menu items you are hiding.


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

anac0nda
Posts: 6
Joined: Sat Sep 21, 2013 9:46 am
Operating System: Please select

Re: Simplifying Audacity

Post by anac0nda » Tue Sep 24, 2013 10:00 am

Thanks for your reply,

We will go for using the latest pre-compiled binaries that you provide for both OSes, just adding the en-simple translation.

We are the team of audiolize.net – a platform for audio versions of online articles. We would like to offer to our network of “audiolizers” a simplified Audacity version, highly specialized for home speech recordings.

I will soon post a link to a compiled installer of the simplified version.
I attach the simplified .po file that we created after consulting with audio recording professionals. However, it will be very helpful for us to get some additional ideas - the goal is to provide non-professionals with the simplest possible UI for the purpose of speech recordings at home.
Attachments
audacity.po.zip
en-simple translation file
(44.46 KiB) Downloaded 116 times

Post Reply