-
 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    LinuxDaily.com    Linux42.org    OpenSkillz.com   
 
Apps
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


Sponsoring


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

soundKonverter

   2.0.2  

KDE Sound Application

Score 89%
soundKonverter
zoom


soundKonverter
zoom


soundKonverter
zoom


Version Control:  Link
Issue Tacker:  Link
Issue Tacker:  Link
Wiki:  Link
other:  Link
Depends on  KDE 4.x
Downloads:  79122
Submitted:  Sep 12 2005
Updated:  May 4 2013

Description:

soundKonverter is a front-end to various audio converters.

The key features are:
- Audio conversion
- Replay Gain calculation
- CD ripping

See the wiki (https://github.com/HessiJames/soundkonverter/wiki) for more information.




Changelog:

new in 2.0.2:
-Add: Italian translation
-Fix: Find normalize properly

new in 2.0.1:
-Add: French translation

new in 2.0.0:
-Add: Update translations
-Remove: French translation (only 58% translated)

new in 1.9.90 (2.0.0 rc1):
-Add: Option to not modify the audio stream of mp3 files when calculating Replay Gain
-Add: libav plugin
-Fix: Modify mp3 stream when forcing the recalculation of Replay Gain
-Fix: Don't try to calculate Replay Gain if it is impossible
-Fix: Down/upmixing with sox
-Fix: Sox effects wouldn't work
-Fix: Recognice mp3 and amr nb encoding support in ffmpeg/libav plugins
-Fix: Crash when encoding with sox and without filters
-Fix: Calculate Replay Gain if there is only one track in the album

new in 1.9.80 (2.0.0 beta1):
-Add: Parallel Replay Gain calculation in the Replay Gain tool
-Add: Move tracks to new Album via context menu in the Replay Gain tool
-Add: sox plugin with support for some new file formats (8svx, aiff, amr wb)
-Add: Convert sample rate and sample size, downmix and apply effects (normalize, bass and treble) using sox
-Add: Copy embedded covers for ogg files using METADATA_BLOCK_PICTURE
-Add: Option to switch between COMMENT and DESCRIPTION as preferred comment field for ogg vorbis and flac files
-Add: Option to select preferred total tracks/discs number fields for ogg vorbis and flac files
-Add: Copy the tags total tracks/discs number, MusicBrainz Track Id and MusicBrainz Release Id
-Add: Compression level option for the lame plugin
-Add: Opus support (via opus-tools)
-Change: Remember dimensions of the sub-windows and dialogs
-Change: Sampling rate and number of channels can as of now only be changed through a filter plugin (currently only sox)
-Change: Immediately start converting a file after adding it to the file list if the conversion is running in queue mode
-Change: Quit soundKonverter when canceling the CD ripper dialog if soundKonverter was started with the --rip option
-Change: Quit the Replay Gain tool when it gets closed
-Change: Rename the m4a format to m4a/aac and alac to m4a/alac
-Fix: Handle internal Replay Gain calculation properly
-Fix: Don't accept dropping tracks onto albums with different codec or sampling rate in the Replay Gain tool
-Fix: Better file type recognition
-Fix: Output options control via command line parameters when ripping audio cds
-Fix: User defined parameters for mpcenc when using a preset

Full changelog: https://github.com/HessiJames/soundkonverter/blob/fixes-2.0/src/CHANGELOG




LicenseGPL
Source(2.0.2: Source)
(openSUSE, xUbuntu, Debian, Fedora, CentOS)
Mandriva(by symbianflo [Mandriva Users Romania Backport])
Donate
Send to a friend
Subscribe
Other  Apps  from HessiJames
Report inappropriate content



goto page: prev  ... 19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34 ...

-

 Fixes for OpenSuse 11.2

 
 by quandary on: Apr 4 2010
 
Score 50%

zypper install gcc
zypper install gcc-c++
zypper install taglib-devel
zypper install cdparanoia-devel
zypper install xorg-x11-devel
zypper install libqt3-devel
zypper install kdelibs3-devel
zypper install libjpeg-devel

Add #include <stdio.h> to both these files:
/root/Download/soundkonverter-0.3.11/src/metadata/audible/audibleproperties.h
/root/Download/soundkonverter-0.3.11/src/metadata/wav/wavproperties.h

then download automake 1.10 from gnu, and configure and make and make install

then go to the soundkonverter source and type ./configure then make and finally make install


Reply to this

-

 Fixes for OpenSuse 11.2

 
 by quandary on: Apr 4 2010
 
Score 50%

zypper install gcc
zypper install gcc-c++
zypper install taglib-devel
zypper install cdparanoia-devel
zypper install xorg-x11-devel
zypper install libqt3-devel
zypper install kdelibs3-devel
zypper install libjpeg-devel

Add #include <stdio.h> to both these files:
/root/Download/soundkonverter-0.3.11/src/metadata/audible/audibleproperties.h
/root/Download/soundkonverter-0.3.11/src/metadata/wav/wavproperties.h

then download automake 1.10 from gnu, and configure and make and make install

then go to the soundkonverter source and type ./configure then make and finally make install


Reply to this

-

 library not installed

 
 by nqn1976 on: May 2 2010
 
Score 50%

Hi,
In 1.0 beta 1 the file libsoundkonvertercore.so is not installed by make install, I had to manually install it afterwards.


Reply to this

-

 Re: library not installed

 
 by HessiJames on: May 2 2010
 
Score 50%

ok, is libsoundkonvertercore.so needed for running soundkonverter? soundkonvertercore should be linked into the binary - and i haven't installed it on my system.


Reply to this

-

 Re: Re: library not installed

 
 by nqn1976 on: May 2 2010
 
Score 50%

Apparently it is:

> soundkonverter
soundkonverter: error while loading shared libraries: libsoundkonvertercore.so: cannot open shared object file: No such file or directory


Reply to this

-

 Re: Re: Re: library not installed

 
 by HessiJames on: May 2 2010
 
Score 50%

bäm, that's strange. well i've added an install rule and triggered a rebuild in the opensuse build service. but i'll have to test it tomorrow.


Reply to this

-
.

 Re: library not installed

 
 by bitcrazy on: May 2 2010
 
Score 50%

Correct. It is also not in the openSUSE rpms, so install fails here, too.
Adding libsoundkonvertercore.so to /usr/lib(64)/kde4 doesn't help. Perhaps in /usr/lib(64)? Not urgent, so I will wait for another release.
Perhaps you could update the description to reflect KDE3 and KDE4 differences.

m0nk


If men could get pregnant, abortion would be a sacrament.
Reply to this

-
.

 Re: Re: library not installed

 
 by bitcrazy on: May 2 2010
 
Score 50%

soundkonverter: error while loading shared libraries: libsoundkonvertercore.so: cannot open shared object file: No such file or directory


If men could get pregnant, abortion would be a sacrament.
Reply to this

-
.

 Re: library not installed

 
 by bitcrazy on: May 2 2010
 
Score 50%

Build a new package, but with manually copied libsoundkonvertercore.so to %{_libdir}. It starts, but:
soundkonverter(12578)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType "soundKonverter/CodecPlugin" not found
soundkonverter(12578)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType "soundKonverter/ReplayGainPlugin" not found
soundkonverter(12578)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType "soundKonverter/RipperPlugin" not found
So the decoder/encoder fields stay empty.
Perhaps 1.0beta1 is a bit optimistic, isn't it?

m0nk


If men could get pregnant, abortion would be a sacrament.
Reply to this

-

 Re: Re: library not installed

 
 by HessiJames on: May 2 2010
 
Score 50%

yeah well, i'm an optimist :)
the opensuse rpms have the libsoundkonverter.so included now, but i can't test them at the moment.
you seem to lack the desktop files in /usr/share/kde4/servicetypes but they should have been installed (at least they are in the current rpms).
or maybe running kbuildsycoca4 will do the trick.


Reply to this

-

 Thanks (Qt4)

 
 by echoes on: May 2 2010
 
Score 50%

thanks for (finally) porting this fine app to Qt4/KDE4!


Reply to this

-

 Midi support

 
 by pwt on: May 10 2010
 
Score 50%

Thanks for porting to kde4. Did you drop midi / timidity support of is it work still in progress?


Reply to this

-

 Re: Midi support

 
 by HessiJames on: May 15 2010
 
Score 50%

i'm planing to rewrite almost all plugins, and timidity is an important one in my eyes. so this is work in progress.


Reply to this

-

 Re: Re: Midi support

 
 by pwt on: Oct 24 2010
 
Score 50%

I just built soundkonverter from git and found a nice working timidity plugin.

Many thanks for your splendid work.

Keep going!

Paul


Reply to this

-

 Nero AAC codec

 
 by imruska on: May 12 2010
 
Score 50%

I wish the Linux version of the Nero AAC codec could also be used. It is supposed to yield higher quality than faac.


Reply to this

-

 Re: Nero AAC codec

 
 by HessiJames on: May 15 2010
 
Score 50%

i haven't looked at nero aac yet but as long as it is possible, i have planned to write a plugin for that.


Reply to this

goto page: prev  ... 19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34 ...

Add commentBack




-
-
Do you like or dislike Ubuntu Unity?
 Yes, unity is alien technology!
 It is less confusing than Gnome 3 default, shell.
 Granny thinks it is much more usable than Gnome 2
 Canonical is embarrasing itself with this split project
 Gnome 3 default shell is much better
 I dislike Unity, Gnome 3 default shell is alien technology!
 None of the above, I like the 2Gb for free and Apple alike behavior. Will post a comment instead

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

Participate
Groups
Forum
Add App
Public API
About KDE-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2003-2013 KDE-Apps.org Team  
All rights reserved. KDE-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
KDE and K Desktop Environment are trademarks of KDE e.V.