[Bug 528524] Re: Sound not working in all apps on dove

2010-03-30 Thread Paul Larson
That's not true, imx51 *does* have this problem, as has long been noted
in bug #534815.  The difference is, that on imx51, 44100 Hz samples will
play, but 48000Hz (and others) will not.  Removing .pulse also works
around the issue on imx51.

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-29 Thread Tobin Davis
Correction.  This appears to be specific to dove.  imx51 does not have
this issue either.

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-29 Thread Tobin Davis
Ok, it would appear that the speex patch only enables floating point on
armel.  This doesn't resolve the issue of pulseaudio not playing sound
at any rate other than 44800.

In order to play sound at other sample rates (i.e. 44100), one of three
things need to happen:

1. delete ~/.pulse/*  # Doesn't survive reboot/login, not sure which file is 
affected
2. add user to pulse group
3. disable pulseaudio with echo autospawn = no >> ~/.pulse/client.conf && 
killall pulseaudio

So, this is definitely a pulseaudio issue.  Not sure why it is only on
armel and not other platforms.

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-29 Thread Michael Casadevall
I've taken Li Li's patch to speex and rolled a debdiff  with it; I've
uploaded it here: https://edge.launchpad.net/~mcasadevall/+archive/ppa;
the PPA is devirtualized and thus usable on ARM boards.

It appears to fix the sampling issue for me (both speaker-test commands
work), but I'd like someone else to confirm that as well.

** Attachment added: "speex debdiff"
   http://launchpadlibrarian.net/42418153/speex.debdiff

** Changed in: speex (Ubuntu Lucid)
Milestone: None => ubuntu-10.04-beta-2

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-29 Thread Michael Casadevall
Daniel T Chen: As it currently stands, we're targeting ARMv7 for Ubuntu
on ARM; all SoCs will support VFP.

** Changed in: speex (Ubuntu Lucid)
 Assignee: (unassigned) => Michael Casadevall (mcasadevall)

** Changed in: speex (Ubuntu Lucid)
   Status: New => Confirmed

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-28 Thread Li Li
'speex-fixed-1' works as well.

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-28 Thread Daniel T Chen
Li Li, it is unnecessary (and by and large incorrect; see bug 433654) to
add one's user(s) to the audio group when PA is used.

So, the question becomes whether there is a speex task in addition or
whether this issue is solely in the realm of compile-time for speex.

Certainly the 'trivial' resampler is not as good as the 'speex-fixed-1'.
If you use 'speex-fixed-1' instead of 'speex-float-1', is this issue
resolved?

** Package changed: totem (Ubuntu Lucid) => speex (Ubuntu Lucid)

** Changed in: speex (Ubuntu Lucid)
   Status: Invalid => New

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-28 Thread Daniel T Chen
Closing linux task unless it turns out that we need to tweak a kconfig
setting.

Moving former totem task to speex. Additionally, someone knowledgeable
with the Canonical support roadmap for ARM devices should see whether
there are, in fact, any ARM boards that Lucid does/will support that
don't handle floating point.

** Changed in: linux-mvl-dove (Ubuntu Lucid)
   Status: New => Invalid

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-28 Thread Li Li
Add another finding here in case it is not mentioned before.

 findings and investigation ==

You can enable audio on ubuntu lucid as follows:

1.   Add USER ubuntu to audio group /* this seems has been fixed in the 
latest Lucid */
# sudo usermod –aG audio ubuntu

2.   Change pulse audio resample method
sudo vi /etc/pulse/daemon.conf
Change 
  resample-method = speex-float-1
to
  resample-method = trivial

3.   Sudo reboot
Then you can choose audio output and get audio enabled.

 Conclusion =

Why we need to add ubuntu to audio group may be a bug of lucid (should
have been fixed already).

The resample method can be set to any other values except speex-float-N
and it is caused by libspeex library issue.

BTW, trival method cast least CPU and the quality is acceptable.

 speex fix =

The libspeex includes three resampling methods: fixed point, generic
float point and SSE (intel specified float instruction set for X86).

Debian/rules will detect ARCH and configure "correct" resampling method.

Specially for X86, it will enable SSE. While for arm, it will enable
fixed-point only by default and suppose your platform is armv4 which
won’t support float-point.

By comment out this armv4 rule (see below), we can enable float-point
resample method on ARM, without effecting existing fixed-point.

ifeq ($(DEB_HOST_ARCH_CPU),arm)
objdir = $(objdir_fixedpoint)
EXTRA_CONFIG_FLAGS = --enable-arm4-asm
endif

==>

ifeq ($(DEB_HOST_ARCH_CPU),arm)
#objdir = $(objdir_fixedpoint)
#EXTRA_CONFIG_FLAGS = --enable-arm4-asm
endif

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 528524] Re: Sound not working in all apps on dove

2010-03-26 Thread Steve Langasek
** Changed in: pulseaudio (Ubuntu Lucid)
 Assignee: Luke Yelavich (themuso) => Daniel T Chen (crimsun)

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-23 Thread Paul Larson
Another observation: If I delete .pulse from my home directory, i can
successfully run speaker test with both sampling rates and get sound out
of it.  After rebooting though, it goes back to the way it was (48000
works, 44100 does not)

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-23 Thread Paul Larson
Attached sudo-speaker-test-44100 strace

** Attachment added: "strace of running sudo speaker-test -t sine -r 44100, 
which passes"
   http://launchpadlibrarian.net/41720466/sudo-speaker-test-44100

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-23 Thread Paul Larson
Attached fail-speaker-test-44100 strace

** Attachment added: "strace of running speaker-test -t sine -r 44100, which 
fails"
   http://launchpadlibrarian.net/41720430/fail-speaker-test-44100

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 528524] Re: Sound not working in all apps on dove

2010-03-22 Thread Daniel T Chen
At this point we need straces.

On Mar 22, 2010 5:51 PM, "Paul Larson" 
wrote:

I changed default-sample-rate to 48000, logged out/in, and retested.
Everything still seemed the same though.  48kHz samples would play,
anything else would not.

I also tried this:
speaker-test -t sine -r 48000 - plays
speaker-test -t sine -r 44100 - doesn't play

If I run the same two commands with sudo, they BOTH play just fine.


-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this ...

Status in “linux-mvl-dove” package in Ubuntu: New
Status in “pulseaudio” package in Ubuntu: Confirme...

Bug description:
Binary package hint: pulseaudio

Following the instructions in bug #451635, I can g...

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 528524] Re: Sound not working in all apps on dove

2010-03-22 Thread Paul Larson
I changed default-sample-rate to 48000, logged out/in, and retested.
Everything still seemed the same though.  48kHz samples would play,
anything else would not.

I also tried this:
speaker-test -t sine -r 48000 - plays
speaker-test -t sine -r 44100 - doesn't play

If I run the same two commands with sudo, they BOTH play just fine.

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-22 Thread Daniel T Chen
Paul can correct me if I misremember, but our conversation in #ubuntu-
bugs a couple/few weeks ago briefly was:

1) PA's configured sampling rate of 44100 Hz (in /etc/pulse/daemon.conf via the 
default-sample-rate parameter) does not always match the input file's, 
resulting in inaudible audio, which seems to be corroborated by Paul's and 
Saeed's comments in 5 and 14, respectively;
2) ALSA[-lib]'s plughw is always audible regardless of the input file's.

To summarise: I think we can eliminate ALSA[-lib] as the culprit, since
plughw appears to Do The Right Thing. The next thing to test is whether
PA's default-sample-rate should be changed to 48000.

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-22 Thread Eric Miao
Martin, aplay works fine here with non-48000Hz .wav, at least for
8000Hz, 16000Hz and 48000Hz, not tried 44100Hz as I don't have any
sample wav here.

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-22 Thread Martin Pitt
Eric, does aplay work for non-48000 Hz .wav files? I. e. is it a bug in
PulseAudio's resampling on ARM, or a bug in ALSA?

Luke, I seem to remember that pulse always drives the hardware alsa
device in the hardware-native frequency, and does the resampling itself.
I'm sure it's possible to find out what those are? I. e. even if aplay
doesn't work, it might still be a bug in PA, because it should take 44.1
kHz and still output 48 kHz?

** Changed in: pulseaudio (Ubuntu Lucid)
 Assignee: (unassigned) => Luke Yelavich (themuso)

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-22 Thread Martin Pitt
** Changed in: totem (Ubuntu Lucid)
Milestone: ubuntu-10.04-beta-1 => None

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-20 Thread Eric Miao
See the attached pulseverbose.log, looks like it's a permission issue.
I've su'ed into root, and run pulseaudio as root, now I can hear the
sound from Rythmbox.

** Attachment added: "pulseverbose.log"
   http://launchpadlibrarian.net/41379014/pulseverbose.log

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-20 Thread Eric Miao
OK, unmute HP made the sound now. One finding here: by killing
pulseaudio I can now hear the music from Rhythmbox.

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 528524] Re: Sound not working in all apps on dove

2010-03-19 Thread Eric Miao
Saeed,

speaker-test doesn't give me a sound here. There any switches to be
tuned?

On Thu, Mar 11, 2010 at 1:14 AM, Saeed Bishara  wrote:
> sudo speaker-test -t wav -r 48000 worked fine to me.
> speaker-test -t wav -r 44100 failed on "Sample rate doesn't match (48000) for 
> /usr/share/sounds/alsa/Front_Left.wav"
>
> I hear nothing when running: paplay /usr/share/sounds/alsa/Side_Left.wav
> attached my pulse log.
>
>
> ** Attachment added: "pulseverbose_saeed.log"
>   http://launchpadlibrarian.net/40706749/pulseverbose_saeed.log
>
> --
> Sound not working in all apps on dove
> https://bugs.launchpad.net/bugs/528524
> You received this bug notification because you are a member of Ubuntu
> Audio Team, which is subscribed to pulseaudio in ubuntu.
>
> Status in “linux-mvl-dove” package in Ubuntu: New
> Status in “pulseaudio” package in Ubuntu: Incomplete
> Status in “totem” package in Ubuntu: New
> Status in “linux-mvl-dove” source package in Lucid: New
> Status in “pulseaudio” source package in Lucid: Incomplete
> Status in “totem” source package in Lucid: New
>
> Bug description:
> Binary package hint: pulseaudio
>
> Following the instructions in bug #451635, I can get sound somewhat working 
> in Lucid with X0 hardware.  Speaker-test works at least.  However, if I try 
> to play an audio file with totem, for instance, I get no sound.
>
> ProblemType: Bug
> AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
> Architecture: armel
> Date: Fri Feb 26 10:03:14 2010
> DistroRelease: Ubuntu 10.04
> InstallationMedia: Ubuntu-Netbook 10.04 "Lucid Lynx" - Alpha armel+dove 
> (20100224.1)
> Package: pulseaudio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu11
> ProcEnviron:
>  LANG=en_US.utf8
>  SHELL=/bin/bash
> ProcVersionSignature: Ubuntu 2.6.32-201.10-hostname
> SourcePackage: pulseaudio
> Uname: Linux 2.6.32-201-dove armv7l
>
>
>

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 528524] Re: Sound not working in all apps on dove

2010-03-18 Thread Steve Langasek
bug history shows this isn't totem-specific; closing the extraneous
task.

** Changed in: totem (Ubuntu Lucid)
   Status: New => Invalid

** Changed in: pulseaudio (Ubuntu Lucid)
Milestone: None => ubuntu-10.04-beta-2

** Changed in: pulseaudio (Ubuntu Lucid)
   Importance: Undecided => High

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-16 Thread Ubuntu QA Website
** Tags added: iso-testing

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-10 Thread Paul Larson
** Changed in: pulseaudio (Ubuntu Lucid)
   Status: Incomplete => Confirmed

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-10 Thread Saeed Bishara
sudo speaker-test -t wav -r 48000 worked fine to me.
speaker-test -t wav -r 44100 failed on "Sample rate doesn't match (48000) for 
/usr/share/sounds/alsa/Front_Left.wav"

I hear nothing when running: paplay /usr/share/sounds/alsa/Side_Left.wav 
attached my pulse log.


** Attachment added: "pulseverbose_saeed.log"
   http://launchpadlibrarian.net/40706749/pulseverbose_saeed.log

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-09 Thread Alexander Sack
** Also affects: linux-mvl-dove (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-04 Thread Daniel T Chen
** Changed in: pulseaudio (Ubuntu Lucid)
   Status: New => Incomplete

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 528524] Re: Sound not working in all apps on dove

2010-03-01 Thread Luke Yelavich
Hrm ok. My thinking is to try software that ony uses pulse to see if
that works. If different files with different sample rates play fine
through pulse, then its a gstreamer issue. If different sample rates do
not work, then its either pulse or alsa at fault.

Could you possibly go through https://wiki.ubuntu.com/PulseAudio/Log to
get a log output while you try to play audio?

Thanks.

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-01 Thread Paul Larson
Unfortunately, mplayer seems to fail badly right now.  Looking into
that, but not usable to test this at the moment.

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 528524] Re: Sound not working in all apps on dove

2010-03-01 Thread Luke Yelavich
If mplayer works on arm, try playing content via mplayer using the pulse
output, like so: mplayer -ao pulse  and let me know fi the
same behavior is observed.

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-01 Thread Paul Larson
Luke, I've tried with rhythmbox, as well as other players and the result
is the same.  I can play both wav and ogg/oga files as long as they are
48000 Hz rate, however files with other sampling rates such as 44100 Hz
don't seem to play - I just get silence.

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 528524] Re: Sound not working in all apps on dove

2010-02-28 Thread Luke Yelavich
At a glance, this sounds like a gstreamer issue. COuld you try playing
some audio with rhythmbox and report back as to whether the sound plays?

 affects ubuntu/pulseaudio
 status incomplete

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-02-27 Thread Oliver Grawert
could it be that we are missing the hardware specific codecs to drive
specific parts of the DSP for certain formats on this ARM board ?

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-02-26 Thread illbashu
affecting*

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-02-26 Thread illbashu
This is also effecting me.

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-02-26 Thread Paul Larson
I've been looking into this more, and I don't think it's related to
totem.  Using any sound player (totem, rhythmbox, even paplay), I can
play certain audio files, but not others, and it doesn't seem to be
restricted to just certain formats that will play either.  The only
consistent thing I can notice is that files that play have a sampling
rate of 48000 Hz.

Example:
/usr/share/sounds/gnome/default/alerts/bark.ogg (48000 Hz) - plays 
/usr/share/sounds/gnome/default/alerts/{drip,glass,sonar}.ogg (44100 Hz) - 
silence
/usr/share/sounds/alsa/*.wav (48000 Hz) - plays
/usr/share/sounds/speech-dispatcher/test.wav (16000 Hz) - silence
/usr/share/example-content/Ubuntu_Free_Culture_Showcase/InTheCircle.oga (44100 
Hz) - silence
/usr/share/example-content/Aesop's_Fables,_Volume_1_(Fable_1)_-_The_Fox_and_The_Grapes.spx
 (??? 16000Hz?) - silence

Any ideas?

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-02-26 Thread Daniel T Chen
Not a PA bug, then.

** Package changed: pulseaudio (Ubuntu Lucid) => totem (Ubuntu Lucid)

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-02-26 Thread Paul Larson
Both paplay and aplay can play wav files successfully.

** Changed in: pulseaudio (Ubuntu Lucid)
   Status: Incomplete => New

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-02-26 Thread Daniel T Chen
Wait, speaker-test works but Totem doesn't? That doesn't make sense to
be a PA issue, then, because speaker-test is routed through PA. Can you
verify using a wav file with both paplay and aplay, please?

** Changed in: pulseaudio (Ubuntu Lucid)
   Status: New => Incomplete

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528524] Re: Sound not working in all apps on dove

2010-02-26 Thread Paul Larson

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/39823872/AlsaDevices.txt

** Attachment added: "AplayDevices.txt"
   http://launchpadlibrarian.net/39823873/AplayDevices.txt

** Attachment added: "ArecordDevices.txt"
   http://launchpadlibrarian.net/39823874/ArecordDevices.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/39823875/Dependencies.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/39823876/ProcCpuinfo.txt

** Changed in: pulseaudio (Ubuntu)
   Importance: Undecided => High

** Also affects: pulseaudio (Ubuntu Lucid)
   Importance: High
   Status: New

** Changed in: pulseaudio (Ubuntu Lucid)
Milestone: None => ubuntu-10.04-beta-1

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs