Hi Björn and all, I think I've fixed up some bugs related to playback near end of file. With Jack drivers the cursor didn't update, with ALSA the program started using 100% CPU the last 0.1 seconds, and similar problems for some of the other drivers.
I've pushed up the fixes to git, it would be nice if people could test it. Instructions below. These are for Ubuntu, steps 1-2 are different for other distributions. Commands for getting and building mhwaveedit git on Ubuntu below: 1. Install compiler and dependencies: sudo apt-get build-dep mhwaveedit 2. Install git: sudo apt-get install git-core 3. Download mhwaveedit (creates directory mhwaveedit): git clone git://github.com/magnush/mhwaveedit.git 4. Build: cd mhwaveedit bash cvscompile 5. Run: src/mhwaveedit Best regards, //Magnus On 03/17/2010 03:11 PM, Björn Lindig wrote: > Hi > > I'm new to the list and I need help. I'm trying to run mhwaveedit on an 64 bit > ArchLinux thinpad with kde4. I tried both, the compiled version of the distro > and to compile it myself. In either ways mhwaveedit starts fine, loading of > the > soundfile and the waveform is fine to, but when I hit play there is a while > where nothing happens at all, then the cursor/playhead starts to jump and step > forward in the waveform, while nothing is heard and then, when it reaches the > end of the file, the whole sound is played at once. This is what is > encountered > with short files up to 4 seconds or so. Longer Files are not played back at > all. Did someone meet something similar yet? > > Ah, I just recognized that it is fine with alsa. The problem is only there > with > jack. jackd version 0.118.3 tmpdir /dev/shm protocol 24 > > It would be great if somebody could help me! > > Best regards, > > Bjoern > > _______________________________________________ > Mhwaveedit-discuss mailing list > [email protected] > https://mail.gna.org/listinfo/mhwaveedit-discuss > _______________________________________________ Mhwaveedit-discuss mailing list [email protected] https://mail.gna.org/listinfo/mhwaveedit-discuss
