You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a software to inspect/analyze sounds from speech and I would like to draw the waveforms/fft in my own frame (instead of creating a new one).
I've made a change in the library to achieve what I want, but let me know if this is already supported in other way (I'm new to racket). The changes I made are here: NeowayLabs@0f59f37
Thanks for the awesome library =)
The text was updated successfully, but these errors were encountered:
On Nov 1, 2017, at 18:20, Tiago Natel de Moura ***@***.***> wrote:
I'm writing a software to inspect/analyze sounds from speech and I would like to draw the waveforms/fft in my own frame (instead of creating a new one).
I've made a change in the library to achieve what I want, but let me know if this is already supported in other way (I'm new to racket). The changes I made are here:
***@***.***
Looks like a good idea.
1) I see there are about five calls to vector-display-frame, and it looks to me like they all need to change, no?
2) After you do this, you should use the GitHub interface to issue a “pull request” against my repo. Let me know if you can’t figure out how to do this.
Thanks for your work!
John Clements
I'm writing a software to inspect/analyze sounds from speech and I would like to draw the waveforms/fft in my own frame (instead of creating a new one).
I've made a change in the library to achieve what I want, but let me know if this is already supported in other way (I'm new to racket). The changes I made are here:
NeowayLabs@0f59f37
Thanks for the awesome library =)
The text was updated successfully, but these errors were encountered: