Displaying 2 results from an estimated 2 matches for "choop".
Did you mean:
chomp
2005 May 16
3
Choppy sound
...me unplayable: about 1/2
sec of sound plays, then loops for about 3-4 sec, then the next 1/2 sec,
loops again, etc...
The screen isn't updated during this; well, it is updated, but once every 15
sec.
When I switched to another virtual console, to kill wine, the sound resumed
normally! No more chooping and looping. So I came back to X, but at once the
problem restarted.
This occurs with wineoss and winealsa, UseMMap or not.
Seems to be a scheduling/threading problem, but I can't find a way to solve
that. Any hint?
Thanks.
--
Fabrice DELENTE
2010 Nov 30
1
Zooming in to a ggplot (a sort of ylim, but ylim won't do)
...t do what I want)
# see the smooth splines are not what they appear in the first plot
#
# windows() # uncomment this to see the plot in a different window, so that
you can see that, the data are filtered by the ylim range
# that is not what I want, I wan't the plot above with high, low (y-axis,
chooped off)
g2<-g1+ylim(c(20,40))
print(g2)
[[alternative HTML version deleted]]