You are not logged in.
Pages: 1
Hello, I just finished installing Arch 0.8 it works great, but I have encountered something weird in moc (music on console) : some of the songs in my list sound like crap, with clicking noises just like an old turntable. First I thought there was something with the alsa drivers, but then I've installed madplay and everything sounds great, even the songs that make that annoying clicks in moc. Does anyone have an idea how to fix this?:|
It's the goof of all time. Look but don't touch. Touch, but don't taste. Taste, don't swallow. Swallow but do not enjoy..
Offline
Silly me, it turns out madplay uses OSS... well, I played around with my config file, and ALSA does the clicks, OSS works fine, but I really need to run ALSA.. so.. help?
It's the goof of all time. Look but don't touch. Touch, but don't taste. Taste, don't swallow. Swallow but do not enjoy..
Offline
The sound crack has been fixed in 2.4.2. But it seems that the package is now unmaintained. Just increase the version number in the PKGBUILD, change the md5 and remove the flac patch and the patchline:
# $Id: PKGBUILD,v 1.17 2007/06/07 14:53:29 tom Exp $
# Maintainer: dorphell <dorphell@archlinux.org>
# Contributor: dorphell <dorphell@gmx.net>
pkgname=moc
pkgver=2.4.2
pkgrel=2
pkgdesc="An ncurses console audio player with support for the mp3, ogg, and wave formats"
arch=(i686 x86_64)
depends=('libmad' 'libid3tag' 'jack-audio-connection-kit' 'curl>=7.16.2' 'libsamplerate')
makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec')
options=(NOLIBTOOL)
source=(ftp://ftp.daper.net/pub/soft/moc/stable/${pkgname}-${pkgver}.tar.bz2)
url="http://moc.daper.net/"
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
./configure --prefix=/usr
mkdir -p ${startdir}/pkg/usr/share/moc/
install -m644 config.example ${startdir}/pkg/usr/share/moc/
make || return 1
make DESTDIR=${startdir}/pkg install
}
md5sums=('e9af5c7a3c175173a4857d090e103936')
Elfenbeinturm.cc
a metaphysical space of solitude and sanctity: http://www.elfenbeinturm.cc
Offline
Pages: 1