[X] The "/OldFiles" file could not be found or is not available. Please select another file.

PyTuneSounds is a application that lets the user tune the volumes of sounds in a variety of ways, e.g. to use these in psychoacoustic experiments. It is possible to correct the spectrum of the sound with respect to equipment-inherent filters.


http://pytunesounds.sourceforge.net





Separate each tag with a space.

Release Date:

2009-05-14

Topic:

Operating System:

License:

Intended Audience:

User Interface:

Programming Language:

Registered:

2009-02-05

Ratings and Reviews

Be the first to post a text review of PyTuneSounds. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Code committed

    thomas_hartmann committed revision 26 to the pytunesounds SVN repository, changing 14 files

    posted by thomas_hartmann 55 days ago

  • Code committed

    committed revision 25 to the pytunesounds SVN repository, changing 3 files

    posted by thomas_hartmann 59 days ago

  • Code committed

    committed revision 24 to the pytunesounds SVN repository, changing 1 files

    posted by thomas_hartmann 65 days ago

  • File released: /pytunesounds/0.0.6/PyTuneSounds-0.0.6-win32.zip

    posted 65 days ago

  • File released: /pytunesounds/0.0.6/PyTuneSounds-0.0.6.tar.bz2

    posted 65 days ago

  • Code committed

    committed revision 23 to the pytunesounds SVN repository, changing 10 files

    posted by thomas_hartmann 65 days ago

  • Project Information Updated

    thomas_hartmann changed the public information on the PyTuneSounds project

    posted by thomas_hartmann 156 days ago

  • pytunesounds 0.0.5 file released: PyTuneSounds-0.0.5-osx.zip

    2009-05-14 Thomas Hartmann <thomas.hartmann@uni-konstanz.de> * psychometricfunc.py: Added new class representing psychometric functions * soundthresholdmlp.py: Added new class representing one run of a Maximum Likelihood Procedure to estimate Psychometric Functions * soundthresholdmlp_runner.py: Added new class representing a session of the MLP. * SoundThresholdMLPPanel.py: Added new Panel for MLP * MLPDialog.py: Dialog needed for MLP * Changed version number to 0.0.5 * TuneFilePanel.py: resolved bug that prevented normalization from working correctly if file was cut at the end * pysound.py: pysound now writes wav and aiff file with 32bit resolution and reads both 16bit and 32bit. * PyTuneSounds.py: Added splash screen. 2009-02-25 Thomas Hartmann <thomas.hartmann@uni-konstanz.de> * pysound.py (load_soundfile save): Swap byte-order for aiff files. * ApplyMulti.py: New dialog to apply settings to multiple files (batch mode) * TuneFilePanel.py: Implemented support for ApplyMulti * TuneFileTonePanel.py: Implemented support for ApplyMulti 2009-02-23 Thomas Hartmann <thomas.hartmann@uni-konstanz.de> * pysound.py (load_soundfile and save): Convert pathname to string for aiff-files. Necessary because the aifc module cannot handle unicode filenames. * PyTuneSoundsGUI.fbp: Fixed typo for TuneFilePanel's and TuneFileTonePanel's FilePicker * Changed version number to 0.0.4 * PyTuneSoundsGUI.fbp: TuneSineDuration is now a wxSpinCtrl * PyTuneSoundsGUI.fbp: Added control to adjust fadein/out time * TuneSinePanel.py: Reimplemented TuneSineDuration * TuneSinePanel.py: Implemented TuneSineFadeDuration * TuneFilePanel.py: Implemented TuneFileFadeDuration * TuneFileTonePanel.py: Implemented TuneFileFadeDuration 2009-02-19 Thomas Hartmann <thomas.hartmann@uni-konstanz.de> * TuneSinePanel.py (ResetRanges): Added this method to be able to reset ranges of TuneFileTonePanel independently * TunerPanel.py (_TuneChangeLeftDB and _TuneChangeRightDB): Methods call parent's ResetRanges method if present. * TuneFilePanel.py (OnFreqCorrect): Fixed typo and added progress dialog * TuneFileTonePanel.py (OnFreqCorrect): Fixed typo and added progress dialog * TuneSinePanel.py (OnTuneSave): Added warning if volume is too high 2009-02-12 Thomas Hartmann <thomas.hartmann@uni-konstanz.de> * TuneFileTonePanel.py (OnFileChanged): Volumes are now synced correctly 2009-02-06 Thomas Hartmann <thomas.hartmann@uni-konstanz.de> * setup.py: examples are not included anymore. They will be supplied in a seperate package. * FreqCorrection (_GetTemplatePath): Added a new macapppath to the list. * MainFrame.py: Updated version information * setup.py: Updated version information

    posted 238 days ago

  • pytunesounds 0.0.5 file released: PyTuneSounds-0.0.5-win32.zip

    2009-05-14 Thomas Hartmann <thomas.hartmann@uni-konstanz.de> * psychometricfunc.py: Added new class representing psychometric functions * soundthresholdmlp.py: Added new class representing one run of a Maximum Likelihood Procedure to estimate Psychometric Functions * soundthresholdmlp_runner.py: Added new class representing a session of the MLP. * SoundThresholdMLPPanel.py: Added new Panel for MLP * MLPDialog.py: Dialog needed for MLP * Changed version number to 0.0.5 * TuneFilePanel.py: resolved bug that prevented normalization from working correctly if file was cut at the end * pysound.py: pysound now writes wav and aiff file with 32bit resolution and reads both 16bit and 32bit. * PyTuneSounds.py: Added splash screen. 2009-02-25 Thomas Hartmann <thomas.hartmann@uni-konstanz.de> * pysound.py (load_soundfile save): Swap byte-order for aiff files. * ApplyMulti.py: New dialog to apply settings to multiple files (batch mode) * TuneFilePanel.py: Implemented support for ApplyMulti * TuneFileTonePanel.py: Implemented support for ApplyMulti 2009-02-23 Thomas Hartmann <thomas.hartmann@uni-konstanz.de> * pysound.py (load_soundfile and save): Convert pathname to string for aiff-files. Necessary because the aifc module cannot handle unicode filenames. * PyTuneSoundsGUI.fbp: Fixed typo for TuneFilePanel's and TuneFileTonePanel's FilePicker * Changed version number to 0.0.4 * PyTuneSoundsGUI.fbp: TuneSineDuration is now a wxSpinCtrl * PyTuneSoundsGUI.fbp: Added control to adjust fadein/out time * TuneSinePanel.py: Reimplemented TuneSineDuration * TuneSinePanel.py: Implemented TuneSineFadeDuration * TuneFilePanel.py: Implemented TuneFileFadeDuration * TuneFileTonePanel.py: Implemented TuneFileFadeDuration 2009-02-19 Thomas Hartmann <thomas.hartmann@uni-konstanz.de> * TuneSinePanel.py (ResetRanges): Added this method to be able to reset ranges of TuneFileTonePanel independently * TunerPanel.py (_TuneChangeLeftDB and _TuneChangeRightDB): Methods call parent's ResetRanges method if present. * TuneFilePanel.py (OnFreqCorrect): Fixed typo and added progress dialog * TuneFileTonePanel.py (OnFreqCorrect): Fixed typo and added progress dialog * TuneSinePanel.py (OnTuneSave): Added warning if volume is too high 2009-02-12 Thomas Hartmann <thomas.hartmann@uni-konstanz.de> * TuneFileTonePanel.py (OnFileChanged): Volumes are now synced correctly 2009-02-06 Thomas Hartmann <thomas.hartmann@uni-konstanz.de> * setup.py: examples are not included anymore. They will be supplied in a seperate package. * FreqCorrection (_GetTemplatePath): Added a new macapppath to the list. * MainFrame.py: Updated version information * setup.py: Updated version information

    posted 238 days ago

  • PyTuneSounds 0.0.5 released

    We are proud to announce the release of PyTuneSounds 0.0.5. PyTuneSounds was extended by an exciting feature, making the app even more useful. Besides estimating hearing-thresholds using the methods already implemented, it is now possible to use the very fast and accurate Maximum-Likelihood-Procedure that estimates the best psychometric function. This method was first described by Green (1993) and was studied and refined by many labs thereafter. Besides adding this exciting feature, further bugs have been found and corrected for. For more information, go to http://pytunesounds.sourceforge.net

    posted by thomas_hartmann 238 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

PyTuneSounds Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks