LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-09-2014, 01:06 AM   #1
tekra
Member
 
Registered: Aug 2010
Location: Brisbane, Australia
Distribution: Gentoo, Slackware, PCLOS, Debian
Posts: 230
Blog Entries: 2

Rep: Reputation: 50
DJ software for geriatric renegade.


I run Gentoo on a number of platforms, either x86 or Rpi. I've grip'd my CD collection into WAV files, and MP3 them when needed, but don't like the format (basically GenZ cassette quality, i.e. junk).

I'd like to play them in easily accessible categories for my own (superbly artistic) accompaniment, and am wondering which of the many pseudo-DJ apps might meet my very stringent requirements. ALSA preferred, playlists should conform to a recognized format, no need for abusing vinyl onstage (no vinyl, no stage), but such things as live cross-fade would be useful since I sit at an 86-key epiano with guitars ready to hand.

Any suggestions much appreciated.
 
Old 08-09-2014, 03:31 AM   #2
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,882

Rep: Reputation: 645Reputation: 645Reputation: 645Reputation: 645Reputation: 645Reputation: 645
mixxx

edit: and flac
 
Old 08-09-2014, 12:18 PM   #3
tekra
Member
 
Registered: Aug 2010
Location: Brisbane, Australia
Distribution: Gentoo, Slackware, PCLOS, Debian
Posts: 230

Original Poster
Blog Entries: 2

Rep: Reputation: 50
Quote:
Originally Posted by descendant_command View Post
mixxx

edit: and flac
Great suggestion, didn't know about it. Thanks.
 
Old 08-09-2014, 03:26 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,361

Rep: Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692
You have to rip music in a high quality first. Not sure .wav isn't good. Pretty sure it and mp3 can be set to lossless.
flac is popular.
 
Old 08-09-2014, 03:48 PM   #5
tekra
Member
 
Registered: Aug 2010
Location: Brisbane, Australia
Distribution: Gentoo, Slackware, PCLOS, Debian
Posts: 230

Original Poster
Blog Entries: 2

Rep: Reputation: 50
Quote:
Originally Posted by jefro View Post
You have to rip music in a high quality first. Not sure .wav isn't good. Pretty sure it and mp3 can be set to lossless.
flac is popular.
I've ripped all my CDs and a heap of old cassettes into WAV. Never tried FLAC - looks interesting.

Has anyone looked into this:

https://www.kickstarter.com/projects...iscovers-music
 
Old 08-09-2014, 04:00 PM   #6
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,882

Rep: Reputation: 645Reputation: 645Reputation: 645Reputation: 645Reputation: 645Reputation: 645
flac is lossless (like wav - mp3 is not).

Advantages over wav include selectable levels of (still lossless) compression and (a very useful one for me) TAGS!
Especially if using them in something like Mixxx, filenames alone limit the available info a lot.
 
Old 08-09-2014, 08:54 PM   #7
tekra
Member
 
Registered: Aug 2010
Location: Brisbane, Australia
Distribution: Gentoo, Slackware, PCLOS, Debian
Posts: 230

Original Poster
Blog Entries: 2

Rep: Reputation: 50
Quote:
Originally Posted by descendant_command View Post
... TAGS!
Especially if using them in something like Mixxx, filenames alone limit the available info a lot.
Ah, yes. Most of my ? rip-offs are named Track-01, Track-02 etc ad nauseam. Thought of writing a script to clean things up, and got halfway there, but I'm a long-term devotee of the Three Perl Virtues: Laziness, Impatience, and Hubris.
 
Old 08-10-2014, 12:47 AM   #8
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,882

Rep: Reputation: 645Reputation: 645Reputation: 645Reputation: 645Reputation: 645Reputation: 645
There are a few tagging apps that could save you reinventing the wheel, which "fingerprint" the files and query online db's.

Been a while since I used them but I recall the "KDE one" (edit: kid3) to be pretty effective.

Last edited by descendant_command; 08-10-2014 at 12:49 AM.
 
Old 08-11-2014, 02:12 PM   #9
tekra
Member
 
Registered: Aug 2010
Location: Brisbane, Australia
Distribution: Gentoo, Slackware, PCLOS, Debian
Posts: 230

Original Poster
Blog Entries: 2

Rep: Reputation: 50
Quote:
Originally Posted by descendant_command View Post
There are a few tagging apps that could save you reinventing the wheel, which "fingerprint" the files and query online db's.

Been a while since I used them but I recall the "KDE one" (edit: kid3) to be pretty effective.
Thanks for that; didn't know there were any such things. Don't use KDE but I'll take a look for others.
 
Old 08-11-2014, 02:38 PM   #10
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
go to the Mixxx development site compile it your self with all the stuff needed to play read up on what you need to actually use it fully. most builds of Mixxx for distro's are very limited you will need 1.11.0 or newer. it will easly find your music and create a data base that you can find everything with key word searching and create play list from just history of played songs.

reason I say compile it your self is because there are some thing like flacc that you have to compile disto's are unable to distribute it. but you are able to build it.
then compile it for your cpu Mixxx can be a work horse if you build it for your system. and gentoo is set up for that. good luck.
you can try the latest builds of 12.0 that are really pretty good. https://github.com/mixxxdj/mixxx
 
Old 08-12-2014, 12:46 AM   #11
tekra
Member
 
Registered: Aug 2010
Location: Brisbane, Australia
Distribution: Gentoo, Slackware, PCLOS, Debian
Posts: 230

Original Poster
Blog Entries: 2

Rep: Reputation: 50
Quote:
Originally Posted by Drakeo View Post
reason I say compile it your self is because there are some thing like flacc that you have to compile disto's are unable to distribute it. but you are able to build it.
Useful advice. I'm planning on using it with the Rpi, so this is quite relevant.
 
Old 08-12-2014, 01:31 AM   #12
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,882

Rep: Reputation: 645Reputation: 645Reputation: 645Reputation: 645Reputation: 645Reputation: 645
Quote:
Originally Posted by Drakeo View Post
reason I say compile it your self is because there are some thing like flacc that you have to compile disto's are unable to distribute it. but you are able to build it.
I don't think that's the case - I use the debian package and it includes support for flac & mp3 and everything else I've thrown at it.

Unsure what distro you're using on your pi, but 1.10 is in the wheezy (stable) repo and 1.11 is in testing.

You may have a bit more fun getting the requirements and dependencies in order for the build process - that's all taken care of for you if you use the package.

It might indeed be worth it for processor optimising, but I've got no experience with that so can't advise.

Last edited by descendant_command; 08-12-2014 at 01:36 AM.
 
Old 08-12-2014, 08:31 PM   #13
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
I started a git repo today of the slackware build I been using to build the latest development of MIXXX
right now development is 1.12.rev

it is for Slackware 14.1 Well this is what I been using for a long time thought I share it with you.

you can edit the mixxx.Slackbuild in the /buildmixxx/mixxx for your cpu by editing the type and the amount of cores.

get it here. Slackware-mixxx-devel-build-script or git clone https://github.com/Drakeo/Slackware-...ild-script.git

I use this version now it has a lot more options then 1.11.0
you will need jdk or openjdk to compile it.

build script thread here

Last edited by Drakeo; 08-12-2014 at 09:04 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Renegade on the rebound MacLinDroid LinuxQuestions.org Member Intro 4 04-10-2014 09:45 AM
Is there a software audit tool in Linux to count number of times software is run? MikeyCarter Linux - Software 2 12-30-2009 09:27 AM
The Linux Renegade Emerges!!! cousinlucky General 25 04-03-2006 07:08 AM
Command and Conquer Renegade 1.31 thru Wine comptiger5000 Linux - Games 0 05-01-2005 02:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration