Re: [pulseaudio-discuss] How to use ALSA compress API in Pulseaudio with passthrough mode

2014-09-23 Thread Pierre-Louis Bossart
On 9/21/14, 8:15 AM, Kiran Krishnappa wrote: >>Someone on IRC was writing up, >>I think, but I don't know what state that got to. Arun, below is the status of compressed sink: I was facing some issues in reporting timing to PA client. The compress library that I am using does provides an API

Re: [pulseaudio-discuss] How to use ALSA compress API in Pulseaudio with passthrough mode

2014-09-21 Thread Kiran Krishnappa
>>Someone on IRC was writing up, >>I think, but I don't know what state that got to. Arun, below is the status of compressed sink: I was facing some issues in reporting timing to PA client. The compress library that I am using does provides an API to query playback time from DSP. Initially, I t

Re: [pulseaudio-discuss] How to use ALSA compress API in Pulseaudio with passthrough mode

2014-09-18 Thread Arun Raghavan
On 17 September 2014 20:29, Pierre-Louis Bossart wrote: > and last you strip the header and pass the payload to your hardware decoder using the compressed API. >>> >>> >>> Do you mean by stripping the IEC header frame with MP3 header will be >>> there and pass the same to hardware decode

Re: [pulseaudio-discuss] How to use ALSA compress API in Pulseaudio with passthrough mode

2014-09-17 Thread Pierre-Louis Bossart
and last you strip the header and pass the payload to your hardware decoder using the compressed API. Do you mean by stripping the IEC header frame with MP3 header will be there and pass the same to hardware decoder? I'm not sure what Pierre meant. PulseAudio expects the alsa device to consu

Re: [pulseaudio-discuss] How to use ALSA compress API in Pulseaudio with passthrough mode

2014-09-15 Thread Tanu Kaskinen
On Fri, 2014-09-12 at 03:33 +, CS wrote: > Pierre-Louis Bossart linux.intel.com> writes: > > > > > On 9/5/14, 10:15 AM, CS wrote: > > > I understand that passthrough mode is implemented to handle scenarios > > > where hardware based decoders are ported, so that PA daemon don't apply > > > re

Re: [pulseaudio-discuss] How to use ALSA compress API in Pulseaudio with passthrough mode

2014-09-11 Thread CS
Pierre-Louis Bossart linux.intel.com> writes: > > On 9/5/14, 10:15 AM, CS wrote: > > I understand that passthrough mode is implemented to handle scenarios > > where hardware based decoders are ported, so that PA daemon don't apply > > resampling etc. But I don't see any compressed API calls from

Re: [pulseaudio-discuss] How to use ALSA compress API in Pulseaudio with passthrough mode

2014-09-11 Thread Pierre-Louis Bossart
On 9/5/14, 10:15 AM, CS wrote: I understand that passthrough mode is implemented to handle scenarios where hardware based decoders are ported, so that PA daemon don't apply resampling etc. But I don't see any compressed API calls from PA. How this can be achieved? The passthrough mode is not di

[pulseaudio-discuss] How to use ALSA compress API in Pulseaudio with passthrough mode

2014-09-05 Thread CS
I understand that passthrough mode is implemented to handle scenarios where hardware based decoders are ported, so that PA daemon don't apply resampling etc. But I don't see any compressed API calls from PA. How this can be achieved? ___ pulseaudio-di