[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2017-07-14 Thread Launchpad Bug Tracker
[Expired for pulseaudio (Ubuntu) because there has been no activity for 60 days.] ** Changed in: pulseaudio (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. h

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2017-05-15 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu. Ubuntu 15.10 (wily) reached end-of-life on July 28, 2016. See this document for currently supported Ubuntu releases: https://wiki.ubuntu.com/Releases We appreciate that this bug may be old and you might not be interested in discussing it any more. But

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-09-07 Thread Lampros Liontos
Nope. Apparently, the issue is with either with PulseAudio or SDL... or possibly both. SDL 1.2 does the locking thing when using timer-driven scheduling, while SDL 2.0 does it when using interrupt-driven scheduling. I've already submitted a ticket for SDL, so this should probably focus on the Pu

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-09-07 Thread Lampros Liontos
Scratch that; an unrelated issue was resolved, but not this one. Programs making use of OpenAL are still not making any sound, and still freezing upon close. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-09-07 Thread Lampros Liontos
Looks like it is a PulseAudio issue; the problem was resolved when I reverted PulseAudio to interrupt-driven scheduling (tsched=0). Since this isn't the default state of Pulseaudio on new systems, however, this is more likely a workaround than a solution. Whether the problem is that a new schedul

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-09-06 Thread Bret Curtis
Not an OpenAL-Soft issue, but a Pulseaudio one. ** Package changed: openal-soft (Ubuntu) => ubuntu -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1562208 Title: OpenAL

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-04-11 Thread Lampros Liontos
Was there something else I needed to clarify? According to the developer of OpenAL (from what I understand), the PulseAudio stream keeps its existing buffer, even though OpenAL sets it to 0 for manual starting control. I was just wondering what might have been causing this. -- You received this

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-04-02 Thread Lampros Liontos
I changed the following: default-fragment-size-msec = 10 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openal-soft in Ubuntu. https://bugs.launchpad.net/bugs/1562208 Title: OpenAL Software Silent/Freezes Status in opena

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-04-02 Thread Raymond
Which values do you use to fix the problem? Blender require 60ms but your usb are configured at 100ms -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openal-soft in Ubuntu. https://bugs.launchpad.net/bugs/1562208 Title: Op

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-04-02 Thread Lampros Liontos
Okay, looks like that fixed. the problem. Thanks for your help! Just out of curiosity, what was happening that was causing that problem in the first place? Was it adding 24ms fragments to the buffer to reach a multiple of 10? And why did 44100 HMz need 10ms multiples? What would it need to be

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-04-01 Thread Raymond
https://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/daemon/daemon.conf.in ; default-fragments = 4 ; default-fragment-size-msec = 25 https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=810aa36189f82f77403826defa76a4f9f1f01454 -- You received this bug notification because you a

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-04-01 Thread Lampros Liontos
It's probably something basic, but I'm not sure... how do I change period sizes? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openal-soft in Ubuntu. https://bugs.launchpad.net/bugs/1562208 Title: OpenAL Software Silent/F

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-04-01 Thread Raymond
Blender request 15ms but your usb use period time 24.998 ms 0) I: [pulseaudio] sink-input.c: application.process.binary = "blender" ( 6.034| 0.000) I: [pulseaudio] sink-input.c: application.language = "C" ( 6.034| 0.000) I: [pulseaudio] sink-input.c: window.x11.display = ":0.0" ( 6.034| 0.000)

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-04-01 Thread Raymond
Try specify period time to multiple of 10ms since you are using 44100Hz -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openal-soft in Ubuntu. https://bugs.launchpad.net/bugs/1562208 Title: OpenAL Software Silent/Freezes S

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-04-01 Thread Raymond
Your usb audio are using about 25ms period time with 4 periods ) I: [pulseaudio] source.c: device.vendor.id = "0d8c" ( 5.364| 0.000) I: [pulseaudio] source.c: device.vendor.name = "C-Media Electronics, Inc." ( 5.364| 0.000) I: [pulseaudio] source.c: device.product.id = "0102" ( 5.364| 0.000) I: [p

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-04-01 Thread Raymond
-32 is EPIPE http://git.alsa-project.org/?p=alsa-lib.git;a=blob;f=src/pcm/pcm.c http://git.alsa-project.org/?p=alsa-lib.git;a=blob;f=src/pcm/pcm_hw.c -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openal-soft in Ubuntu. htt

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-04-01 Thread Raymond
https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/modules/alsa /alsa-mixer.c?id=c87917cf0da9add5c282a1c15831fd481f9fcc22 Pulseaudio drop support of those volume controls with more than two channels -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-04-01 Thread Lampros Liontos
More information about the issue can be found here: https://github.com/kcat/openal-soft/issues/34 I don't know what can affect the prebuf value, but hopefully, something can be figured out. And the log above was using 1.16; I tried 1.17.2 after submitting this report. -- You received this bug n

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-03-30 Thread Lampros Liontos
"If your card 2 only support stereo, it is strange that surround21 can be opened" Maybe, maybe not; the assertion that the device is stereo is based on the fact that it's a headset and has two obvious speakers. Whether it has some kind of subwoofer-style audio channel is not something I'm certain

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-03-30 Thread Raymond
The major problem is why you override pcm.default with dmix whenn you running pulseaudio !!User specific config file (~/.asoundrc) pcm.!default { type plug slave { pcm "dmix:Device" } } -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is sub

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-03-29 Thread Raymond
5.039| 0.000) D: [pulseaudio] alsa-util.c: Managed to open hw:5 ( 5.039| 0.000) I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set ( 5.039| 0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 11888 ms ( 5.041| 0.001) D: [pulseaudio] alsa-util.c: Set buffer size fir

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-03-29 Thread Raymond
If your card 2 only support stereo, it is strange that surround21 can be opened 155| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 2.1 (analog-surround-21) ( 5.155| 0.000) D: [pulseaudio] alsa-util.c: Trying surround21:2 with SND_PCM_NO_AUTO_FORMAT ... ( 5.156| 0.00

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-03-29 Thread Raymond
| 0.000) W: [pulseaudio] alsa-mixer.c: Volume element Speaker has 8 channels. That's too much! I can't handle that! ( 5.131| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Speaker' failed. Pulseaudio not support volume control with more than two channels Card hw:4 'Device'/'USB Sound Devi

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-03-29 Thread Raymond
Check your system log, seem kernel oops - [26825.955291] WARNING: CPU: 0 PID: 16771 at /build/linux-_Kv5oI/linux-4.2.0/fs/block_dev.c:57 __blkdev_put+0xbd/0x280() [26825.955293] Modules linked in: nls_iso8859_1 uas usb_storage binfmt_misc ax88179_178a usbnet uvcvideo videobuf2_vmalloc videobuf

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-03-29 Thread Lampros Liontos
The speaker device, "CM106 Like Sound Device," supports 7.1 surround audio, while the "Clear Chat Comfort USB Headset" is stereo. I will change between the two of these depending on which output I want (using the headset when recording a screencast). I only use the M Audio fast track as a microph

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-03-29 Thread Lampros Liontos
For clarification, the issue persists with both devices. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openal-soft in Ubuntu. https://bugs.launchpad.net/bugs/1562208 Title: OpenAL Software Silent/Freezes Status in openal

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-03-29 Thread Lampros Liontos
Here's the alsa-info.sh output. ** Attachment added: "alsa-info.txt.UNrHSmGamu" https://bugs.launchpad.net/ubuntu/+source/openal-soft/+bug/1562208/+attachment/4615868/+files/alsa-info.txt.UNrHSmGamu -- You received this bug notification because you are a member of Ubuntu Touch seeded package

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-03-29 Thread Raymond
You have to post output of alsa-info.sh Which card is your default sink? Seem fail with surround21 but does your card suppport multichannel? ** Changed in: pulseaudio (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-03-29 Thread Raymond
( 5.156| 0.000) I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set ( 5.156| 0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 1981 ms ( 5.158| 0.001) I: [pulseaudio] (alsa-lib)pcm_hw.c: SNDRV_PCM_IOCTL_PREPARE failed (-32) -- You received this bug notificat

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-03-26 Thread Lampros Liontos
** Attachment added: "Verbose Pulse log" https://bugs.launchpad.net/ubuntu/+source/openal-soft/+bug/1562208/+attachment/4612444/+files/pulseverbose.log -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openal-soft in Ubuntu.

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-03-26 Thread Lampros Liontos
I figured out how to get a debug log for PulseAudio, so I've added it here. ** Attachment added: "PulseAudio debug log while running and "Freezing" Blender." https://bugs.launchpad.net/ubuntu/+source/openal-soft/+bug/1562208/+attachment/4612443/+files/pulseaudio.log -- You received this bug

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-03-26 Thread Lampros Liontos
The program does shut down if I kill the PulseAudio server, so it might be in Pulse. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openal-soft in Ubuntu. https://bugs.launchpad.net/bugs/1562208 Title: OpenAL Software Sile

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-03-26 Thread Lampros Liontos
I've added an attachment with a backtrace from the moment Blender locks when I try and shut it down. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openal-soft in Ubuntu. https://bugs.launchpad.net/bugs/1562208 Title: Open

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-03-26 Thread Lampros Liontos
** Attachment added: "Backtrace.txt" https://bugs.launchpad.net/ubuntu/+source/openal-soft/+bug/1562208/+attachment/4612414/+files/Backtrace.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openal-soft in Ubuntu. https:

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-03-25 Thread Lampros Liontos
** Also affects: pulseaudio (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openal-soft in Ubuntu. https://bugs.launchpad.net/bugs/1562208 Title: OpenAL Software Silent/F

[Touch-packages] [Bug 1562208] Re: OpenAL Software Silent/Freezes

2016-03-25 Thread Lampros Liontos
** Tags added: pulseaudio -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openal-soft in Ubuntu. https://bugs.launchpad.net/bugs/1562208 Title: OpenAL Software Silent/Freezes Status in openal-soft package in Ubuntu: New