Displaying 20 results from an estimated 200 matches similar to: "Comment Tag for Multichannel Streams"
2005 Nov 18
0
OggPCM2: channel map
Jean-Marc Valin wrote:
>>I'm also not entirely sure that the coding chosen for the channel
>>definitions is the best one. Typically we'd expect each type of channel
>>map to contain all and nothing but the channel definitions typically
>>used with that map type, in some order. For example L, C, R, Ls, Rs and
>>LFE for 5.1. If so, all we're really
2005 Nov 18
2
OggPCM2: channel map
> I that this is handled pretty nicely by the "simple map" that Sampo
> suggested. This is basically the same thing as the "channel map"
> described on the wiki, but with the (physical,logical) channel pair
> swapped. So, using the syntax from the wiki:
> channel_type = OGG_CHANNEL_MAP_STEREO
> channel_map [OGG_CHANNEL_FRONT_LEFT] = 1
> channel_map
2009 Dec 14
3
Asterisk throws error using the alsa, module
>> See if it plays back properly.
>
> Running aplay as asterisk user seems to be no problem:
>
> asterisk at puppy$ aplay /usr/share/sounds/alsa/Front_Center.wav
> Playing: WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit
> Little Endian, Rate: 48000 Hz, mono
> asterisk at puppy:~$ aplay -Dpulse /usr/share/sounds/alsa/Front_Center.wav
>
2014 May 08
2
su command
I am running pulseaudio on centOS 6.5
audio works fine as the user.
running the command
aplay /usr/share/sounds/alsa/Front_Center.wav
works fine.
when I login as root and run the command
su user -c "aplay /usr/share/sounds/alsa/Front_Center.wav"
it does not work.
I thought su actually runs as that user...
is there some "magic" to su I don't know about?
How might I get
2014 May 08
0
UC su command
Try using "su -" to get a login shell. For example:
# su - user -c pwd
/home/user
# su user -c pwd
/root
You are trying to run pulseaudio in root's environment with the user's
permissions.
Regards,
Martin
>-----Original Message-----
>From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On
>Behalf Of Jerry Geis
>Sent: 08 May 2014 14:58
>To:
2005 Nov 17
2
OggPCM2: channel map
> Yes. Channel map type tells us what the primary interpretation of the
> stored signals is. Channel definitions are there to tell which stored
> channel corresponds to which abstract channel in the type. Channel
> conversions define downmixes to secondary formats, as they do in MLP,
> and might end up being ignored unlike the channel map.
I think the channel conversion will
2017 Apr 03
0
sound problems... alsa & systemd? Partially FIXED
On 04/02/2017 01:31 PM, Kay Schenk wrote:
>
>
> On 03/29/2017 06:43 AM, ken wrote:
>> On 03/28/2017 08:53 PM, ken wrote:
>>> The www has failed me with this, so I'm trying you guys. Sound worked
>>> great out of the box when I installed 7.2... Yay! I could watch all
>>> kinds of videos, like on facebook and youtube. And I could listen to
2023 Sep 07
1
asterisk 18.18.0 and chan_console
I am trying to get audio to play on Pulse - so just the monitor basically.
I have tried Console/dsp, Console/dmix, Console/pulse, and a couple others.
The error is always the same "console_request: Console device 'dmix' not
found.
What is the correct "Console/XXXX" to play on pulse for UBuntu 20.04 LTS ?
I can "aplay /usr/share/sounds/alsa/Front_Center.wav" no
2017 Apr 03
1
sound problems... alsa & systemd? Partially FIXED
---see below --
On Mon, Apr 3, 2017 at 9:53 AM, ken <gebser at mousecar.com> wrote:
> On 04/02/2017 01:31 PM, Kay Schenk wrote:
>
>>
>>
>> On 03/29/2017 06:43 AM, ken wrote:
>>
>>> On 03/28/2017 08:53 PM, ken wrote:
>>>
>>>> The www has failed me with this, so I'm trying you guys. Sound worked
>>>> great out of
2017 Apr 03
1
sound problems... alsa & systemd? Partially FIXED
On Mon, Apr 03, 2017 at 12:53:54PM -0400, ken wrote:
> On 04/02/2017 01:31 PM, Kay Schenk wrote:
> >
> >
> >On 03/29/2017 06:43 AM, ken wrote:
> >>On 03/28/2017 08:53 PM, ken wrote:
> >>>The www has failed me with this, so I'm trying you guys. Sound worked
> >>>great out of the box when I installed 7.2... Yay! I could watch all
>
2007 Aug 05
0
chan_alsa - no sound / strange sound - 1.4.9
Hi
some problem with chan_alsa. Depending on the configuration I don't
get any sound output (output_device not set in alsa.conf - same as
output_device=default) or very strange output (output_device=hw:0,0)
when dialing into something like
exten => 10,1,Answer
exten => 10,n,Playback(soundfile)
exten => 10,n,Hangup
Other alsa applictions do work without problems and for example this
2017 May 16
2
CentOS 7 and sound
Hello,
I have a need to get CentOS 7 sound working on a console only machine. X is
not running.
Currently when I try aplay:
aplay /usr/share/sounds/alsa/Front_Center.wav
ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect:
Connection refused
aplay: main:786: audio open error: Connection refused
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 1: PCH [HDA Intel PCH],
2010 Jul 26
0
Multichannel singular spectrum analysis (M-SSA) for R?
Does anyone know of any tools to do multichannel(multivariate) singular
spectrum analysis (M-SSA) in R? Seems like this would be a useful thing to
have.
-Hilbert
[[alternative HTML version deleted]]
2009 Oct 13
2
multichannel?
Hi,
I was wondering if it would be possible to do multichannel encoding with
CELT.
From the documentation & the code I understand that CELT currently
encodes mono (1 channel) or stereo (2 channels).
I would like to use CELT in a multichannel setup, to encode (and stream)
n mono channels. Just n mono channels, not a layout like 5.1
With vorbis I can do this, but vorbis adds a lot of
2009 Oct 15
1
multichannel
Hi All,
Would it be possible to encode n channels with the CELT api?
I can't find a negative or positive in the CELT docs; all I could find
is c a check on the nr of channels in wav_io.c in the CELT tools. No
clear insight on wheter or not the channels parameter in
celt_mode_create can be > 2.
Answers on the list were (thanks!):
- Sure, You just encode each channel and then store the
2010 Mar 07
2
Multichannel coding
Hi Jean-Marc,
It was discussed before, when multichannel streams are encoded; taken
multiple instances of the encoder where the input is not correlated. Is
there a way to pack the result of all channels again? Or maybe do
something more efficient in the first place on multichannel streams?
Stefan
2016 Sep 06
0
No increased throughput with SMB Multichannel and two NICs
On Sun, 2016-09-04 at 11:42 +0200, Daniel Vogelbacher via samba wrote:
> Hello,
>
> I'm running Samba 4.4.5 with enabled SMB Multichannel. The Linux
> server
> has two 1GBit/s NICs and for testing purposes I've shared a tmpfs
> mountpoint with 2GiB and ~2GiB large test-file.
>
> My Windows 10 host has one dual-port 1GBit/s NIC, and if both
> interfaces
> are
2016 Sep 06
0
No increased throughput with SMB Multichannel and two NICs
On Tue, Sep 06, 2016 at 03:56:14PM +0200, Daniel Vogelbacher via samba wrote:
>
> Am 2016-09-06 10:41, schrieb Anoop C S via samba:
> >On Sun, 2016-09-04 at 11:42 +0200, Daniel Vogelbacher via samba wrote:
> >>Hello,
> >>
> >>I'm running Samba 4.4.5 with enabled SMB Multichannel. The Linux
> >>server
> >>has two 1GBit/s NICs and for
2016 Sep 06
0
No increased throughput with SMB Multichannel and two NICs
On 06.09.2016 20:15, Jeremy Allison via samba wrote:
> On Tue, Sep 06, 2016 at 08:06:48PM +0200, Volker Lendecke via samba wrote:
>> On Tue, Sep 06, 2016 at 07:58:27PM +0200, Daniel Vogelbacher via samba wrote:
>>> I don't have these options in my smb.conf.
>>> Do you recommend any specific values?
>>
>> aio read size = 1
>> aio write size = 1
2016 Sep 06
0
No increased throughput with SMB Multichannel and two NICs
On 06.09.2016 23:11, Jeremy Allison via samba wrote:
> On Tue, Sep 06, 2016 at 10:58:01PM +0200, Daniel Vogelbacher via samba wrote:
>> On 06.09.2016 20:15, Jeremy Allison via samba wrote:
>>> On Tue, Sep 06, 2016 at 08:06:48PM +0200, Volker Lendecke via samba wrote:
>>>> On Tue, Sep 06, 2016 at 07:58:27PM +0200, Daniel Vogelbacher via samba wrote: