Displaying 4 results from an estimated 4 matches for "pcm0p".
Did you mean:
pcm0
2015 May 22
2
Command line mp3 player
On Fri, 22 May 2015 16:20:15 -0400
Bowie Bailey wrote:
> Any suggestions as to where to go from here?
What is your audio device? Are you sure it's supported?
(The lshw command will tell you what hardware you have.)
--
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
2015 May 27
0
Command line mp3 player
...gt; (The lshw command will tell you what hardware you have.)
Supported by what? OS, or mpg123?
I don't have the lshw command. However, I did find this:
/proc/asound/cards:
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xfc1a0000 irq 42
/proc/asound/Intel/pcm0p/info:
card: 0
device: 0
subdevice: 0
stream: PLAYBACK
id: ALC888 Analog
name: ALC888 Analog
subname: subdevice #0
class: 0
subclass: 0
subdevices_count: 1
subdevices_avail: 1
--
Bowie
2016 Dec 20
1
Audio in Windows 10 VM is distorted. Using ALSA.
...g. the Timidity midi-player daemon
# http://www.alsa-project.org/alsa-doc/alsa-lib/pcm_plugins.html
ipc_key_add_uid false
ipc_key 1025
ipc_perm 0660
ipc_gid audio
# Don't put the rate here! Otherwise it resets the rate & channels set below, as shown by: cat /proc/asound/card0/pcm0p/sub0/hw_params
slave {
# 2 for stereo, 6 for surround51, 8 for surround71
channels 2
pcm {
format S16_LE
#format S32_LE
#rate 44100
rate 48000
# http://www.alsa-project.org/alsa-doc/alsa-lib/pcm_plugins.html
# Maybe helps
nonblock true
type hw
card &...
2016 Dec 21
1
Re: Audio in Windows 10 VM is distorted. Using ALSA.
...ipc_key_add_uid false
>
> ipc_key 1025
> ipc_perm 0660
> ipc_gid audio
>
> # Don't put the rate here! Otherwise it resets the rate &
> channels set below, as shown by: cat /proc/asound/card0/pcm0p/sub0/
> hw_params
> slave {
> # 2 for stereo, 6 for surround51, 8 for surround71
> channels 2
> pcm {
> format S16_LE
> #forma...