Closed GoogleCodeExporter closed 8 years ago
Can you test SVN, problem was a side effect of fixing a hang when the
application was reading from the device volume.
Original comment by kdeko...@gmail.com
on 9 Apr 2013 at 2:00
Original comment by kdeko...@gmail.com
on 9 Apr 2013 at 2:01
Hi kdekorte, SVN tested and the problem is gone.
That was fast :)
Thank you!
Original comment by a.carret...@gmail.com
on 9 Apr 2013 at 5:01
Hi kdekorte, this problem is back :(, but now the interface show remembered
volume, while plays at full volume.
I have last revision (r2431).
Thanks!
Original comment by a.carret...@gmail.com
on 17 Apr 2013 at 5:40
Can you post a log "gnome-mplayer -v" of what you are seeing. Because I really
have not touched this code since then.
Original comment by kdeko...@gmail.com
on 17 Apr 2013 at 6:54
I think I found and fixed the issue.r2432
Original comment by kdeko...@gmail.com
on 17 Apr 2013 at 7:15
Still not working.
Log attached. Remembered volume is 16, as it shows in the volume button, but it
plays at 100 (much louder). When I move the volume slider one notch, the volume
returns to the level shown in the volume button.
Thanks!
Original comment by a.carret...@gmail.com
on 17 Apr 2013 at 8:30
Attachments:
I don;t see why it is not working... in gui.c at line 1704 can you put this
line in
printf("Setting gmtk volume to %lf\n",alsa_device.volume);
That should have the save as the widget
Original comment by kdeko...@gmail.com
on 17 Apr 2013 at 10:56
I have an error compiling (make results attached).
Thanks.
Original comment by a.carret...@gmail.com
on 18 Apr 2013 at 7:15
Attachments:
That is because I gave you the wrong line of code.. use this instead.
printf("Setting gmtk volume to %lf\n",audio_device.volume);
Original comment by kdeko...@gmail.com
on 18 Apr 2013 at 12:39
Thank you, compiled now.
The error still there. Log attached.
If it helps, I can see in lines 17 and 18 of the log that volume=0,00.
In version 1.0.7, those lines show volume=<last volume used>
Thanks.
Original comment by a.carret...@gmail.com
on 18 Apr 2013 at 2:11
Attachments:
I made one minor fix and then compiled with alsa disabled and it seems to be
working for me now, when the default audio device is set to default
Original comment by kdeko...@gmail.com
on 18 Apr 2013 at 7:39
Original issue reported on code.google.com by
a.carret...@gmail.com
on 9 Apr 2013 at 9:45