Re: [racket-users] Basic audio files' manipulation

2017-04-22 Thread Cleverson Casarin Uliana
Thank you John, seems good; I'll check it more carefully later. Greetings Cleverson -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@goo

Re: [racket-users] Basic audio files' manipulation

2017-04-21 Thread 'John Clements' via Racket Users
> On Apr 21, 2017, at 18:34, Cleverson Casarin Uliana > wrote: > > Hello, I need playing/stopping a given audio file (may be wav, ogg, etc.), > checking whether the sound is still playing, and stop it/start a new sound > upon a key press. Is there support for it, prefferably using the OS nati

[racket-users] Basic audio files' manipulation

2017-04-21 Thread Cleverson Casarin Uliana
Hello, I need playing/stopping a given audio file (may be wav, ogg, etc.), checking whether the sound is still playing, and stop it/start a new sound upon a key press. Is there support for it, prefferably using the OS native resources? In case there are only bindings to external libs, what's th