[pulseaudio-discuss] How to control playback start timing (RAOP)

2013-10-16 Thread Hajime Fujita
Hi,

I've been working on raop2 support for the raop module.

Currently when starting playback through RAOP, there is a huge delay in
sound. 2-3 sec after starting music from a player software, actual sound
starts being heard from the speaker.
And as a result, there is a gap between a screen and sound. For example,
progress counter of a player software shows "00:03" when the actual
music begins. This would be a serious issue when playing movie.

I'm wondering how I can solve this issue. I think most of the delay is
due to protocol initialization and impossible to reduce. So the feasible
approach might be to tell the application that playback is not yet ready.

Is there any document or existing module from which I can learn some
idea to address this issue?


Thank you,
Hajime
___
pulseaudio-discuss mailing list
pulseaudio-discuss@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss


Re: [pulseaudio-discuss] Is This Getting Through?

2013-10-16 Thread Weedy
I saw this mail
On 16 Oct 2013 19:41, "Mark LaPierre"  wrote:

> Hey All,
>
> If any of you on the mail list get this please respond to me directly to
> let me know that it got through.
>
> I've sent a couple of messages to the list but they don't seem to get
> delivered to me.  I got other peoples posts, but not mine, and no
> response to my post either.
>
> --
> _
>°v°
>   /(_)\
>^ ^  Mark LaPierre
> Registered Linux user No #267004
> https://linuxcounter.net/
> 
> ___
> pulseaudio-discuss mailing list
> pulseaudio-discuss@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
>
___
pulseaudio-discuss mailing list
pulseaudio-discuss@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss


[pulseaudio-discuss] Is This Getting Through?

2013-10-16 Thread Mark LaPierre
Hey All,

If any of you on the mail list get this please respond to me directly to
let me know that it got through.

I've sent a couple of messages to the list but they don't seem to get
delivered to me.  I got other peoples posts, but not mine, and no
response to my post either.

-- 
_
   °v°
  /(_)\
   ^ ^  Mark LaPierre
Registered Linux user No #267004
https://linuxcounter.net/

___
pulseaudio-discuss mailing list
pulseaudio-discuss@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss


[pulseaudio-discuss] [PATCH v2] alsa-mixer: Add internal surround speaker elements

2013-10-16 Thread David Henningsson
These kcontrol names have started to show up lately, in
combination with surround internal speakers.

BugLink: https://bugs.launchpad.net/bugs/1236965
Signed-off-by: David Henningsson 
---
 .../alsa/mixer/paths/analog-output-headphones.conf |   16 ++
 .../alsa/mixer/paths/analog-output-lineout.conf|   16 ++
 .../alsa/mixer/paths/analog-output-speaker.conf|   31 
 3 files changed, 63 insertions(+)

Changes since v1: Added muting of these paths on headphone/line-out plugged in.

diff --git a/src/modules/alsa/mixer/paths/analog-output-headphones.conf 
b/src/modules/alsa/mixer/paths/analog-output-headphones.conf
index e682033..b1a349a 100644
--- a/src/modules/alsa/mixer/paths/analog-output-headphones.conf
+++ b/src/modules/alsa/mixer/paths/analog-output-headphones.conf
@@ -118,4 +118,20 @@ volume = off
 switch = off
 volume = off
 
+[Element Speaker Front]
+switch = off
+volume = off
+
+[Element Speaker Surround]
+switch = off
+volume = off
+
+[Element Speaker Side]
+switch = off
+volume = off
+
+[Element Speaker CLFE]
+switch = off
+volume = off
+
 .include analog-output.conf.common
diff --git a/src/modules/alsa/mixer/paths/analog-output-lineout.conf 
b/src/modules/alsa/mixer/paths/analog-output-lineout.conf
index b8595f7..3d0e7c2 100644
--- a/src/modules/alsa/mixer/paths/analog-output-lineout.conf
+++ b/src/modules/alsa/mixer/paths/analog-output-lineout.conf
@@ -144,4 +144,20 @@ volume = merge
 override-map.1 = all-center
 override-map.2 = all-center,lfe
 
+[Element Speaker Front]
+switch = off
+volume = off
+
+[Element Speaker Surround]
+switch = off
+volume = off
+
+[Element Speaker Side]
+switch = off
+volume = off
+
+[Element Speaker CLFE]
+switch = off
+volume = off
+
 .include analog-output.conf.common
diff --git a/src/modules/alsa/mixer/paths/analog-output-speaker.conf 
b/src/modules/alsa/mixer/paths/analog-output-speaker.conf
index ccd438f..d79fad1 100644
--- a/src/modules/alsa/mixer/paths/analog-output-speaker.conf
+++ b/src/modules/alsa/mixer/paths/analog-output-speaker.conf
@@ -38,6 +38,11 @@ required-any = any
 state.plugged = unknown
 state.unplugged = unknown
 
+[Jack Speaker Front Phantom]
+required-any = any
+state.plugged = unknown
+state.unplugged = unknown
+
 [Element Hardware Master]
 switch = mute
 volume = merge
@@ -88,6 +93,13 @@ override-map.1 = all-front
 override-map.2 = front-left,front-right
 required-any = any
 
+[Element Speaker Front]
+switch = mute
+volume = merge
+override-map.1 = all-front
+override-map.2 = front-left,front-right
+required-any = any
+
 [Element Rear]
 switch = mute
 volume = merge
@@ -107,12 +119,25 @@ override-map.1 = all-rear
 override-map.2 = rear-left,rear-right
 required-any = any
 
+[Element Speaker Surround]
+switch = mute
+volume = merge
+override-map.1 = all-rear
+override-map.2 = rear-left,rear-right
+required-any = any
+
 [Element Side]
 switch = mute
 volume = merge
 override-map.1 = all-side
 override-map.2 = side-left,side-right
 
+[Element Speaker Side]
+switch = mute
+volume = merge
+override-map.1 = all-side
+override-map.2 = side-left,side-right
+
 [Element Center]
 switch = mute
 volume = merge
@@ -152,4 +177,10 @@ volume = merge
 override-map.1 = all-center
 override-map.2 = all-center,lfe
 
+[Element Speaker CLFE]
+switch = mute
+volume = merge
+override-map.1 = all-center
+override-map.2 = all-center,lfe
+
 .include analog-output.conf.common
-- 
1.7.9.5

___
pulseaudio-discuss mailing list
pulseaudio-discuss@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss


Re: [pulseaudio-discuss] [PATCH] alsa-mixer: Add internal surround speaker elements

2013-10-16 Thread David Henningsson
On 10/14/2013 04:38 PM, Tanu Kaskinen wrote:
> On Mon, 2013-10-14 at 16:16 +0200, David Henningsson wrote:
>> +[Element Speaker CLFE]
>> +switch = mute
>> +volume = merge
>> +override-map.1 = all-center
>> +override-map.2 = all-center,lfe
>> +
>>  .include analog-output.conf.common
> 
> Should these elements be muted in other paths?

Good point. I've just added that and sent out a v2.


-- 
David Henningsson, Canonical Ltd.
https://launchpad.net/~diwic
___
pulseaudio-discuss mailing list
pulseaudio-discuss@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss