Ticket #7668 (new enhancement)
Play waveforms directly, like in Mathematica
| Reported by: | kcrisman | Owned by: | was |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-wishlist |
| Component: | notebook | Keywords: | |
| Cc: | jason | Work issues: | |
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
This was requested by a participant at the first Sage Education Day. I'm putting this in notebook but I really can't think of any appropriate component.
Change History
comment:3 Changed 4 years ago by jason
I meant to say about the scipy signal processing stuff, but then thought better about it.
I think this would fit well into a widget framework to represent objects in the notebook.
comment:4 Changed 6 weeks ago by kcrisman
Here is another nice example of this - this ask.sagemath question as well as this sage-devel discussion.
Note: See
TracTickets for help on using
tickets.

This would not be terribly hard to do using the python wave module. See this interact for a basic demo:
http://wiki.sagemath.org/interact/misc#Hearingatrigonometricidentity
It would be good to wrap this functionality in a more user-friendly command.