<Wizzup>
but other than that rnnoise works amazingly well
<Wizzup>
I've clapped my hands, sat next to a road, etc, and none of it came through
<uvos>
cool
<uvos>
but thats not what the d4 dose
<Wizzup>
I don't know what the d4 does then
<uvos>
it uses a second mic and amps the difference between them
<uvos>
and then subtracts that
<uvos>
and one is closer to the speaker
<Wizzup>
ah:
<Wizzup>
PulseAudio comes with a module that can be used to perform acoustic echo cancellation of the microphone input, and some background noise reduction.
<Wizzup>
>In the particular case of Pulseaudio the echo cancellaton includes noise filters. It would be better if they were separate, but it can still be an improvement in input quality nevertheless, even if the echo isn't a problem.
<Wizzup>
ok, cool
<Wizzup>
but I really loved the rnnoise for meetings fwiw
noidea_ has quit [Remote host closed the connection]
noidea_ has joined #maemo-leste
vgratian has left #maemo-leste [#maemo-leste]
vgratian has joined #maemo-leste
Kabouik_ is now known as kabouik
ceene has joined #maemo-leste
ceene has quit [Remote host closed the connection]
<eloy>
oh nice, there is a GitHub IRC bot :)
<eloy>
some other issue I am experiencing on my Droid 4: random shutdowns during installations from the App Manager. I can't find any open bug for that, not sure if it's just me. It happened with QTWebBrowser and Surf. Surf was working after a second attempt, my Droid 4 shutdown again after trying to install QTWebBrowser a second time. It's probably not a rootfs size issue, I ran that /etc script before installing.
<eloy>
maybe my microSD is borked, since the installation is quite heavy in I/O terms. But weird that dd'ing Leste itself seems to have worked fine then
<eloy>
oh hey, it works now, on a third try! Pleasantly surprised how smooth QTWebBrowser is working :D
<uvos>
is there white led light during this shutdown?
xmn has joined #maemo-leste
<eloy>
uvos: hmm, not sure if there was. Wouldn't that have indicated a locked screen? Pressing the power button showed me the Motorola logo.
<eloy>
uvos: okay, it happened again but using `apt install`. It showed a white led indeed for a few seconds. Then I could boot again.
<uvos>
yeah thats dsme shuting down because of a temporarly non working deamon
<uvos>
Wizzup: dident we disable this travesty>
<uvos>
eloy: dose /etc/no_lg_reboots exist?
<eloy>
lol I can't even finish booting because it shuts down before finishing boot :')
<uvos>
either 1 during the upgrade you broke a deamon
<eloy>
I saw some issue about libthermalobject.so not being found
<uvos>
so now dsme is in a bootloop
<eloy>
fun stuff :D
<eloy>
time to dd again
<uvos>
no
<eloy>
oh
<uvos>
you can insert the sdcard into a pc
<uvos>
and create the /etc/no_lg_reboots file
<eloy>
ah, I'll do that
<eloy>
thanks
<eloy>
uvos: should it exists as a regular file? it currently is a symlink to /etc/no_lg_reboots.leste
<eloy>
well, I made it a regular file anyway, and now it works. thanks!
Livio has joined #maemo-leste
<uvos>
aha
<uvos>
Wizzup: ^^^
<uvos>
eloy: you need to finish the apt dist-upgrade now
<eloy>
uvos: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded :)
rafael2k has joined #maemo-leste
<Wizzup>
uvos: hmmm I thought we did add it to leste-config
<Wizzup>
let me see
<uvos>
Wizzup: we did
<uvos>
but apearntly dsme checks for a regular file
<uvos>
and its a link
<Wizzup>
ah...
<Wizzup>
that's a problem in leste-config, we can't do that another way
<Wizzup>
maybe we need to fix that in dsme then
<uvos>
i mean its a zero byte file
<uvos>
you could just touch in postinst
<uvos>
but yeah fixin dsme is better
rafael2k has quit [Ping timeout: 245 seconds]
<Wizzup>
uvos: true, but then removing it gets more tricky
rafael2k has joined #maemo-leste
rafael2k has quit [Client Quit]
<Wizzup>
so the check in dsme is:
<Wizzup>
if (access(FILE_REBOOT_OVERRIDE, F_OK) != 0) {
<Wizzup>
uvos: hmm shouldn't that just work with symlinks?
<Wizzup>
eloy: can you confirm that it really doesn't work as a symlink?
<Wizzup>
# /tmp/test
<Wizzup>
ret=0
<Wizzup>
(my test program doing the same as dsme)
<Wizzup>
so I think ew're looking at something else
<eloy>
hmm I don't have a way to test that will reliable shutdown the phone
<eloy>
might be something else
<Wizzup>
well, was it fixed when you removed the symlink and touched the file?
Livio has quit [Ping timeout: 240 seconds]
hexagonwin has joined #maemo-leste
<uvos>
Wizzup: hmm so i figured out why its not propagating
<uvos>
Wizzup: so the "DAC Voice" widget outputs to Voice PGA
<uvos>
but the Voice PGA dosent have DAC Voice as an input
<uvos>
that... should not be possible at all
<Wizzup>
huh, that's weird
<Wizzup>
that's a problem regardless I think
<Wizzup>
uvos: I guess that's in the intercon[] static var yeah?}
<uvos>
yeah
<Wizzup>
I mean that might also be a problem regardless of our 'hack'
<Wizzup>
so it's [output, switch, input] ?
<uvos>
yeah
<uvos>
but that would not help anyhow
<uvos>
i put printfs in the printing function
<uvos>
and it never even checks if the voice call path is active
<uvos>
so i dont understand how this is even supposed to work at all
<uvos>
*i put printfs in the path checking function