Popular recipes tagged "playback" but not "old"http://code.activestate.com/recipes/tags/playback-old/2011-02-25T19:33:59-08:00ActiveState Code RecipesRecord and Playbac using standard Python. (Python) 2011-02-25T19:33:59-08:00Barry Walkerhttp://code.activestate.com/recipes/users/4177147/http://code.activestate.com/recipes/577587-record-and-playbac-using-standard-python/ <p style="color: grey"> Python recipe 577587 by <a href="/recipes/users/4177147/">Barry Walker</a> (<a href="/recipes/tags/audio/">audio</a>, <a href="/recipes/tags/demo/">demo</a>, <a href="/recipes/tags/linux/">linux</a>, <a href="/recipes/tags/playback/">playback</a>, <a href="/recipes/tags/record/">record</a>, <a href="/recipes/tags/sound/">sound</a>). </p> <p>This very simple DEMO code records a few seconds of your voice from a microphone, (internal mic' on a laptop), and replays your voice immedaiately after recording. It goes without saying that the RAW recording can be saved in any extension of your choice and used as error reporting using the playback method.</p> <p>There is the possibility of using it as a simple means of a single channel audio oscilloscope using the external mic input and suitable Python GUI or with simple home built HW a seismometer recorder, plus other ideas.</p> <p>Enjoy finding simple solutions to often very difficult problems...</p> <p>Read the code for more information...</p> <p>73...</p> <p>Bazza, G0LCU...</p> <p>Team AMIGA...</p>