LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-29-2021, 03:06 PM   #31
ReFracture
Member
 
Registered: Oct 2007
Posts: 209

Rep: Reputation: 222Reputation: 222Reputation: 222

Quote:
Originally Posted by igadoter View Post
I agree foobar2000 is great media player. But how do you use it? Is aimed at Windows platform. If on wine then it does not have direct access to devices.
Correct, it is suboptimal to just run Foobar2000 in wine without additional configuration to get the best sound quality.

https://github.com/sammoth/foo_out_pulse

This component will allow Foobar2000 to bypass wine's audio stack by directly connecting to PulseAudio's TCP protocol.
 
1 members found this post helpful.
Old 10-29-2021, 03:07 PM   #32
gouttegd
Member
 
Registered: Nov 2019
Location: London, UK
Distribution: Slackware
Posts: 93

Rep: Reputation: 161Reputation: 161
Music Player Daemon

I’ve consistently used mpd for years, with a client that has changed over the years but that, for now, is Cantata.
 
Old 10-29-2021, 03:27 PM   #33
netcrawl
Member
 
Registered: Jan 2004
Location: British Columbia
Distribution: Slackware64-current, aarch64
Posts: 220

Rep: Reputation: 141Reputation: 141
VLC for most audio, PCM from sound card to the amp that does the digital/analog conversion, to Dolby 7.1.
 
Old 10-29-2021, 04:26 PM   #34
pm_a_cup_of_tea
Member
 
Registered: May 2021
Posts: 58

Rep: Reputation: Disabled
mpd and ncmpcppcppcnc... (something like that) although that is usually for my locally stored music files and podcasts.

Recently I've been almost exclusively listening to somafm a lot through 'soma', Space Station Soma or Deep Space One are not my usual taste but I love to have it on in the background while playing around with code, it doesn't demand your attention and is quite relaxing. I was actually intending on posting something a couple of days ago but seemed a bit frivolous so while I'm here:

I'm currently looking through the code and although by no means at ease with a lot of it. I was particularly pleased with myself this morning by stumbling on the fact that I could send commands to /proc/{PID}/fd/3 which I could script as a cron job to mute at certain times to remind myself when it was time to meditate... admittedly a small discovery amongst what I have have learnt while reading and playing with the code but it did please me anyway... Thank you David Woodfall, should you be out there, a brief trip into the code to change the codec for recording (which I found out to be configurable in the UI) has turned into a really interesting lesson in scripting in general.

Last edited by pm_a_cup_of_tea; 10-29-2021 at 05:10 PM. Reason: Format, spelling et al.
 
Old 10-29-2021, 04:46 PM   #35
0XBF
Member
 
Registered: Nov 2018
Distribution: Slackware
Posts: 781

Rep: Reputation: 895Reputation: 895Reputation: 895Reputation: 895Reputation: 895Reputation: 895Reputation: 895
For just playing back music in Slackware I use 'mocp'. Haven't seen it yet in this thread. I like it because a terminal is always a keypress away, and mocp is pretty basic to control with the keyboard.

I've got my music library on an nfs server so its shared across a few machines. One is an old Eee laptop running basically just mocp, connected to a proper amplifier and speakers. The laptop is either used directly or over ssh. Works fine for this, but its pretty underpowered for anything else.

Also I have the same library shared over plex so a browser can connect to and play anything easily from there. I use that more for remote playing, or sharing media with friends. Plex also interfaces nicer with kodi on my TV.
 
3 members found this post helpful.
Old 10-29-2021, 05:03 PM   #36
khronosschoty
Member
 
Registered: Jul 2008
Distribution: Slackware
Posts: 648
Blog Entries: 2

Rep: Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514
Quote:
Originally Posted by 0XBF View Post
For just playing back music in Slackware I use 'mocp'. Haven't seen it yet in this thread. I like it because a terminal is always a keypress away, and mocp is pretty basic to control with the keyboard.

I've got my music library on an nfs server so its shared across a few machines. One is an old Eee laptop running basically just mocp, connected to a proper amplifier and speakers. The laptop is either used directly or over ssh. Works fine for this, but its pretty underpowered for anything else.

Also I have the same library shared over plex so a browser can connect to and play anything easily from there. I use that more for remote playing, or sharing media with friends. Plex also interfaces nicer with kodi on my TV.
I've been dabbling with cmus. I've more and more grown to like terminal programs over gui's.
 
Old 10-29-2021, 06:23 PM   #37
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,344

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
mplayer + smplayer

audio , video , streams .. i use it for all.
 
Old 10-29-2021, 06:36 PM   #38
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,269
Blog Entries: 24

Rep: Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206
Quote:
Originally Posted by 0XBF View Post
For just playing back music in Slackware I use 'mocp'. Haven't seen it yet in this thread. I like it because a terminal is always a keypress away, and mocp is pretty basic to control with the keyboard.
Never heard of it, thanks! But since post #35 it is my new terminal based player, now playing some Neil Young...

Last edited by astrogeek; 10-29-2021 at 07:07 PM.
 
Old 10-29-2021, 07:58 PM   #39
Tonus
Senior Member
 
Registered: Jan 2007
Location: Paris, France
Distribution: Slackware-15.0
Posts: 1,407
Blog Entries: 3

Rep: Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514
I stream through mpd with a nice cli frontend based on perl-tmux-fzf-ncmpcpp : clerk
You can find it here : https://github.com/carnager/clerk/

Used to process that with a pimped RPi 3B+ reached with ssh on laptop or phone but can't have a real lan these days and I have to use bt speaker (thanks to pipewire, daemon and fellow slackers that did help !)

Note that I really like go full random on my library witch has 1 month non stop music (including different versions of same music )
 
Old 10-29-2021, 08:03 PM   #40
brobr
Member
 
Registered: Oct 2003
Location: uk
Distribution: Slackware
Posts: 974

Rep: Reputation: 239Reputation: 239Reputation: 239
Under pipewire built against jack ..
playing a song in mocp (alsa) is a good way to crash aqualung (jack) when playing.. (not happening with qmplay2)
 
Old 10-29-2021, 08:20 PM   #41
camerabambai
Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 408

Rep: Reputation: 54
xmms when I use destkop
mplayer for cli
 
Old 10-29-2021, 08:39 PM   #42
thirdm
Member
 
Registered: May 2013
Location: Massachusetts
Distribution: Slackware, NetBSD, Debian, 9front
Posts: 323

Rep: Reputation: Disabled
mpg123, ogg123 or mpv. On other systems I've used flac123 but haven't installed it on slackware yet.

Have played with mpd a little but didn't like the clients I tried. Was thinking of writing my own. Was thinking it could be an exercise in learning either Smalltalk or Objective C + gnustep. Since that will never happen, thank you to the people who mentioned mpd clients and the person who uses dmenu to select songs.

Speaking of mpg123, here's a neat blog post about how much more efficient it looks if you watch its syscalls than another command line players I wouldn't have thought would be that different:

https://flak.tedunangst.com/post/mplayer-ktracing
 
Old 10-29-2021, 09:54 PM   #43
coralfang
Member
 
Registered: Nov 2010
Location: Bristol, UK
Distribution: Slackware, FreeBSD
Posts: 836
Blog Entries: 3

Rep: Reputation: 297Reputation: 297Reputation: 297
I also use mpd daemon, with the ncmpcpp frontend. Along with several keyboard binds set to resume/skip/pause etc (which work in both my window manager and tty's)

Allows me to pause a playing track, reboot, then resume from the previous track position with one keybind. Also allows for seamless playing of music when leaving the X server and dropping to the console.
 
Old 10-29-2021, 10:23 PM   #44
TheTKS
Member
 
Registered: Sep 2017
Location: Ontario, Canada
Distribution: Slackware, X/ubuntu, OpenBSD, OpenWRT
Posts: 361

Rep: Reputation: 243Reputation: 243Reputation: 243
Audacious for CDs.

On my installation of 14.2, I found some stock GUI media players didn’t launch CDs. Since Slackware has several stock media players, I didn’t even try to troubleshoot, I just tried them all and picked which I liked best.

Another plus of Audacious is that, out of the box, it displays album and song titles in non-English Latin script, all the diacritics, correctly, where some of the other media players replace those with symbols.

I haven’t tried listening to music in -current.

TKS
 
2 members found this post helpful.
Old 10-29-2021, 10:33 PM   #45
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,797

Rep: Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436
Quote:
Originally Posted by igadoter View Post
What about your neighbors? Do they like music you listen to?
My nearest neighbors are over 200 meters away, so they aren't really an issue. My roommate is sometimes a concern but headphones solve that.

Also I suspect that you think "600 watts?!? That must be LOUD!" and while it is true it can get quite loud, the reason for power is not sheer volume but rather headroom, clarity especially on lightly or uncompressed material. It is also important to recognize that a 100 watt amplifier is not 2x as loud as a 50 watt amplifier, It's about 12-14% louder due to the logarithmic nature of sound pressure level and human hearing. If you are listening to material and using an average of say 5 watts, peak transients can demand hundreds of watts or they will breakup into distortion. This is especially the case with Solid State amplifiers.

Last edited by enorbet; 10-29-2021 at 10:36 PM.
 
2 members found this post helpful.
  


Reply



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
apache security for intranet: "listen 80" vs. "listen 127.0.0.1:80" pulper Linux - Software 3 09-27-2006 06:24 AM
Do you listen to Beethoven? (Or anyone else you know) yekrahs General 28 12-09-2005 08:16 AM
What kind of music do you listen to when surfing linuxquestions.org forums? t3gah General 32 10-14-2005 04:41 PM
music - what do I use to listen to mp3 on a slackware KDE machine? kotoko Linux - Newbie 2 10-09-2005 11:06 PM
i just want to listen to music airWave Slackware 9 04-29-2003 12:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:07 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