Warning: session_start(): open(/tmp/sess_bh8q8ugseo2fmfn791oacbfm01, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
kamix 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  .- Knowledge Base  . 

kamix

   0.6.6  

KDE Sound Application

Score 83%
kamix
zoom


kamix
zoom


Link:  Link
Downloads:  9355
Submitted:  Feb 10 2004
Updated:  Apr 19 2007

Description:

A KDE mixer application for KDE 3 and ALSA, that was born to provide some support for what official kmix lacked.

I've been asked if kamix is still worth development... I just don't know!!!

This 0.6.6 will be the last release of kamix. Since now, I'll start a new project named kalsamix, which will be a copy of kamix, to avoid name clash with SuSE's kamix and kamix linux distro. Stay tuned on kalsamix




Changelog:

Changes since 0.6.5:
* Fixed a bad check for item enums, that could lead kamix to crash at startup
* Correctly show dB values both on item and on OSD
* Support enumerated values on each channel
* In DCOP interface, accept a increment/decrement value
* Better tray icon update
* Added presets to systray menu
* Better channel detection
* Removed Debian subdir

NOTE: precompiled binaries have VU-meter built in, thus aRts is required (and launched). If you don't want so, please recompile from sources configuring with --disable-vumeter




LicenseGPL
Send to a friend
Subscribe
Other  Content  from steunix
Report inappropriate content



goto page: prev   1  2  3  4  5  6  7 

-
.

 kamix with 2 cards

 
 by p80 on: Jun 22 2004
 
Score 50%

hey,
I have two sound cards, the first one is /dev/dsp0 and this is my TV sound
card capture Bt878 and I use /dev/dsp1 to listen to music with my
soundblaster, the problem is that kamix tries to use /dev/dsp0 :( is there a
way to make it work with /dev/dsp1?
on bash I use "amixer -c 1" to use amixer with my soundblaster, if I do
"amixer" it uses my Bt878 tv sound card instead.
in kcontrol I selected /dev/dsp1 as sound device but kamix still uses /dev/dsp0


thanx in advance
and thank for that great app :)


Reply to this

-

 Re: kamix with 2 car

 
 by steunix on: Jun 22 2004
 
Score 50%

OK, I knew that sooner or later somebody asked me that :) So far, only card 0 is read, but I'm adding support for multiple cards. Stay tuned, in a couple of day I'll release it.

Thanks and bye!


Reply to this

-

 compile error

 
 by DocFunRock on: Jun 25 2004
 
Score 50%

kalsa.cpp:26: error: `snd_asoundlib_version' undeclared (first use this
function)
kalsa.cpp:26: error: (Each undeclared identifier is reported only once for each
function it appears in.)
kalsa.cpp: In member function `void KAlsa::init()':
kalsa.cpp:30: warning: unused variable `int j'
make[2]: *** [kalsa.o] Error 1
make[2]: Leaving directory `/usr/local/src/kamix/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/kamix'
make: *** [all] Error 2


alsa-devel is installedon my system


Reply to this

-

 Re: compile error

 
 by steunix on: Jun 25 2004
 
Score 50%

Yes, already reported, that function seems to be new in ALSA 1.0.5, probably you have an "older" version of ALSA installed.

Quick fix: replace line #26 in src/kalsa.cpp:

return snd_asoundlib_version();

with

return "0";




and recompile, it should go fine.
This will be fixed in the next round.


Reply to this

-

 Re: Re: compile erro

 
 by DocFunRock on: Jun 25 2004
 
Score 50%

thx, worked for me ;)


Reply to this

-

 keep with it

 
 by stealthbanana on: Jun 30 2004
 
Score 50%

Keep with the development, excellent work.

I find it a lot better than kmix on my system (SBlive and debian sarge)

One thing, it always opens with the level meter on, even if minimised to the taskbar.

This unfortunatly seems to runaway and is stopped when I turn it off, any configuration so it starts without the meters?
kernel 2.6.7, ALSA compiled in, KDE 3.2.2


Reply to this

-

 Re: keep with it

 
 by steunix on: Jun 30 2004
 
Score 50%

Thanks. Well, it does store in the config file whether to show the vu-meter or not on startup. Would you mind sending me your config file ($HOME/.kde/share/config/kamixrc)?

Bye!


Reply to this

-

 Re: Re: keep with it

 
 by stealthbanana on: Jul 2 2004
 
Score 50%

I just had to reinstallthe system and it works fine now. (note to self - Overclocking an athlon XP 2000 to 2.1 Ghz is not a good thing to do in the summer)

It was probably a stale rc file as I first started using it about v.0.2 compiled from source, but now use the debian binaries.

Its actually my default mixer, not just on KDE, but then I do not use arts, just ALSA.


Reply to this

-

 hmm

 
 by Superstoned on: Jul 1 2004
 
Score 50%

maybe merge the small improvements on kmix in kmix itself, and continue work on kmix???


Reply to this

-

 Re: hmm

 
 by steunix on: Jul 1 2004
 
Score 50%

This was already pointed out by others; kmix and kamix are different on the basis, the former based on aRts, the latter based on ALSA, I think there would be too little to share, except for the "ideas".

As I said elsewhere, kamix started one year ago, when kmix were obviously "poorer" than today, and when kamix had its own reasons to be. Now it could be pointless for many, but there are cases in which direct use of ALSA may be useful.

Bye!


Reply to this

-

 improvements

 
 by sarahb523 on: Jul 2 2004
 
Score 50%

I had some ideas for your mixer so that it get more practical use. At first for most users kmix is enough and has enough features (in the current version). kamix has nearly the same appearence as kmix. Why didn't you create another look?

Most disadvantage of current mixers is that record and playback controls are not accessable at the same time. I think kamix could be more than a normal system mixer. (the system mixer is kmix) You could extend it to a "studio-mixer". I've made a little picture that illustrate my thoughts http://www2.hs-harz.de/~u15051/files/kamix.jpg (not realy perfect)
At the moment I start the mixer twice to get all controlls accessable.

BTW kmix handles the "switch controls" better then kamix. Look at http://www2.hs-harz.de/~u15051/files/kamix_emu10k1.jpg http://www2.hs-harz.de/~u15051/files/kmix.jpg perhaps you can improve the handling of switch controls

Perhaps you can catch some of my ideas to improve kamix.

keep up good work!


Reply to this

-

 Re: improvements

 
 by steunix on: Jul 2 2004
 
Score 50%

Thanks, nice suggestions. I'll catch your ideas of playback/record on the same view, and yes, also the switch handling must be improved.

I'll cope with those in the next releases.


Reply to this

-

 40% cpu load ???

 
 by DocFunRock on: Jul 7 2004
 
Score 50%

hi,
if i fire up kamix, arts will take 40%+ cpu load!
anyone else expiriencing this?


Reply to this

-

 Re: 40% cpu load ???

 
 by steunix on: Jul 7 2004
 
Score 50%

Are you using the vu-meter? If so, does the CPU load drop when you switch it off?


Reply to this

-

 Re: 40% cpu load ???

 
 by steunix on: Jul 7 2004
 
Score 50%

OK, I think I've solved this. Actually it was due to a too hard querying flow towards aRts, that I didn't notice because my laptop is fast enough...

Will be fixed in the next release


Reply to this

goto page: prev   1  2  3  4  5  6  7 

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