Warning: session_start(): open(/tmp/sess_oupoekaa26p3aoejtjnoishlu3, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
noatun-normalize openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (1) .- Knowledge Base  . 

noatun-normalize

   0.1.2  

KDE Sound Application

Score 65%
Link:  Link
Downloads:  1835
Submitted:  Mar 27 2005
Updated:  Jan 6 2006

Description:

noatun-normalize provides a normalization plugin for Noatun.

It reads the RVA tags from mp3 files or the replaygain tags from vorbis files if they are available.

If they are not available they are computed on the fly for the current song and saved in the playlist meta information or in the file tags.

It also provides an editor for changing the gain of the current song manually.

For vorbis normalization to work you need the most current vorbisgain version (0.36).

For mp3 or wav normalization you need the normalize program

For RVA reading from mp3 files to work TagLib needs to be patched. There is already a bug report filed.

Make sure to install the package under the same prefix as artsd otherwise arts will not find the NoatunNormalize effect.




Changelog:

0.1.2-3

* Uploaded new Debian package to reflect the libtag library package renaming.

0.1.2-2

* Uploaded a new Debian package to reflect the ABI transition of the KDE 3.4 packages.

0.1.2

* Fixed wrong initialization of radio buttons in settings widget.

0.1.1

* Removed absolute include path as pointed out by Yogesh.
* Cleaned default command line arguments for normalize and vorbisgain.
* Add proper command line switches when gain value should be stored in playlist meta data.




LicenseGPL
(Source Package)
(Debian Package)
(Debian Package, new ABI)
(Debian Package for KDE 3.4.3)
Send to a friend
Subscribe
Other  Content  from bflat1
Report inappropriate content



-
.

 Unable to use it

 
 by yogeshm02 on: Apr 1 2005
 
Score 50%

First a suggestion: Remove absolute path in line no.15 in gaineditorwidgetbase.cpp


How should your plugin be used? When I insert "NoatunNormalize" effect nothing usual happens and when I load your plugin it does not show any option.

I am using SuSE 9.2 Professional.


Reply to this

-

 Re: Unable to use it

 
 by bflat1 on: Apr 1 2005
 
Score 50%

> First a suggestion: Remove absolute
> path in line no.15 in
> gaineditorwidgetbase.cpp

Thanks for pointing this out, this is also in the gaineditorwidgetbase.ui from which the cpp file is generated. This must have slipped in when adding the separator widget from qt designer.

> How should your plugin be used? When
> I insert "NoatunNormalize" effect
> nothing usual happens and when I
> load your plugin it does not show
> any option.

The normalize effect should not be used directly as of now. When the plugin is loaded it activates the effect and feeds it with the correct gain adjustments automatically.

To check if your setup works, activate the plugin and play a song. Then do one of the following:

1. If it's an ogg vorbis file having a vorbisgain (replaygain) tag, just open the gaineditor and see if the gain adjustment value is shown correctly.

2. Otherwise wait a bit for normalize or vorbisgain to have computed the gain adjustment and open the gain editor then, the value should be displayed.

Change the value in the gain editor dialog to see if it works. The gain editor can be reached from the actions menu that is in the context menu of the noatun interface.

I hope this helps, don't hesitate to ask again.


Reply to this

-
.

 Re: Unable to use it

 
 by yogeshm02 on: Apr 1 2005
 
Score 50%

Now working after a reboot (highly uncharancteristic), but am still confused about its usage. A help page is highly appreciated.


Reply to this

-

 Re: Unable to use it

 
 by bflat1 on: Apr 1 2005
 
Score 50%

> I am using SuSE 9.2 Professional.

I could also provide an rpm package converted from the Debian package.

If you would be so kind as to test it, I could find out if this makes sense as I don't have access to a SuSE box.


Reply to this

-
.

 FreeBSD

 
 by SpinJaunt on: Jan 14 2006
 
Score 50%

I had this working before on FreeBSD.

Now when I try to compile from source it will complain about not having aclocal-1.7 and automake-1.7. There isn't any ports for these except *1.9.

Could this be fixed? Thanx.


Reply to this

-

 Re: FreeBSD

 
 by bflat1 on: Jan 22 2006
 
Score 50%

Hi,

could you please give me the list of instructions you performed for compiling?

In case you did:

./configure [--prefix=...]
make
make install

please try to create the configure file yourself by calling

make -f Makefile.cvs

in the top source directory. Then try the steps above again.

Hope that helps,
Felix


Reply to this

-
.

 Re: Re: FreeBSD

 
 by SpinJaunt on: Jan 22 2006
 
Score 50%

Sorry for the bogus info, I did find it under multimedia/noatun-plugins with FreeBSD Ports and works great!!


Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team