Re: [racket-users] Racket Video

2018-12-03 Thread David Storrs
Awesome, thanks! On Mon, Dec 3, 2018 at 2:21 PM Leif Andersen wrote: > Glad you're interested in checking out Video. If you need a thing > that's not yet in the standard library, please poke me and I'll put it > in. Its usually pretty easy to add something at this point, and I tend > to do it

Re: [racket-users] Racket Video

2018-12-03 Thread David Storrs
Great, thank you. This is exactly the sort of thing I would like to do automatically -- - Take an .mp4 video file and a .wav file, composite them into tracks - Grab first five seconds of audio and use it as a profile for noise reduction across the entire audio - Identify initial clap on both

Re: [racket-users] Implications of stateless servlets & how/whether to avoid them

2018-12-03 Thread Jay McCarthy
On Fri, Nov 30, 2018 at 9:43 PM Brian Adkins wrote: > Using the lift dispatcher directly didn't feel quite right, so I'll look into > dispatch/servlet. Will dispatch/servlet spin up a thread for each request as > serve/servlet does? If so, that will save me from handling the request >

[racket-users] ncurses ffi bindings

2018-12-03 Thread dys . bigwig
Hello all! https://github.com/dys-bigwig/racket-ncurses/blob/master/ncurses.rkt Doing little bits every day. Any and all comments welcome. I'm eager to learn and hopefully this way other people can benefit :) P.S if this has already been done, maybe just don't tell me... :P -- You received