Recent Releases of VowSpace: A vowel formant analysis application for phonetic research

VowSpace: A vowel formant analysis application for phonetic research - VowSpace 1.4.2

vowspace

VowSpace is an open-source desktop application developed with the aim of acquiring, visualizing, normalizing, comparing, and linguistically analyzing vowel formant frequencies from audio files and/or datasets.

VowSpace v1.4.2 Release Notes

New Features:

  • Added new normalization methods: Nearey1, Nearey2, and Bark Difference Metric.
  • Introduced additional scale conversion options: Bark, Log, Mel, and ERB.
  • Enabled the NavigationToolbar in Audio Analysis Tools, which allows users to:
    – Zoom in/out
    – Change the color palette
    – Modify visualization settings
    – Save with different configurations
  • Introduced a brand-new application icon that I drew myself. :)

Improvements:

  • Modularized the previously monolithic codebase into more structured, maintainable components.
  • Significantly improved the overall code organization.
  • Made the DataFrame Editor window a bit larger for better visibility and usability.

Documentation:

  • Added some nifty tutorials to the GitHub repo to guide users through features and usage!

- Python
Published by alicagank 10 months ago

VowSpace: A vowel formant analysis application for phonetic research - v1.4.1

VowSpace is an open-source desktop application developed with the aim of acquiring, visualizing, normalizing, and linguistically analyzing vowel sounds from audio files.

Release Notes:

Bug Fixes: Fixed a bug that inverts the axes upon importing data. Fixed a bug that made the app crash when the size of the canvas size is below 1 pixel.

New Features: Added Ellipses and Qhulls to connect related data for better readability. Group by Vowel option: Normally the application would connect the data that belonged to the same speaker. With this update, the user can now connect the same vowels for different purposes.

Improvements: Made the canvas bigger for better visualization. Made the default and minimum size of the application 800x800. Changed the default dpi for saving images from 600 to 1200 for better readability. Rearranged the menus for improved navigation.

Full Changelog: https://github.com/alicagank/VowSpace/compare/v1.4.0...v1.4.1

- Python
Published by alicagank almost 2 years ago

VowSpace: A vowel formant analysis application for phonetic research - v1.4.0

VowSpace is an open-source desktop application developed with the aim of acquiring, visualizing, normalizing, and linguistically analyzing vowel sounds from audio files.

Release Notes:

Bug Fixes: Fixed bug causing program crash when a cell is empty in the dataframe. Fixed bug causing program crash when applying a qhull on 2-dimensional data.

New Features: Added f0 (fundamental freq), f3, and f4 formants for both plotting and acquiring. Added option to choose which formants to plot. Added a dataframe editor to add, edit, and delete data using a UI.

Changes: Updated dataframe methods: clear_data, read, and write. Modified Bark and Lobanov normalization methods to include all formant frequencies.

(Previously, the program only used the f1 and f2 integers. With this update, users can now select the data they need using the UI, without needing to include unnecessary rows in their dataset. Also, if a cell in the dataset is empty for any reason, the data logic of the application simply takes it as a NaN value and won’t crash.)

Full Changelog: https://github.com/alicagank/VowSpace/compare/v1.2.0...v1.4.0

- Python
Published by alicagank almost 2 years ago

VowSpace: A vowel formant analysis application for phonetic research - v1.3.0

VowSpace is an open-source desktop application designed with the aim of acquiring, visualizing, normalizing, and linguistically analyzing vowel sounds from audio files.

Release notes:

  • Added 'Audio Analysis Tools', a separate window that the user can open through the VowSpace’s main user interface. Using this window, the user can read an audio file and get useful information about it such as intensity, pitch and formant frequencies.
  • Added an IPA keyboard for convenience.
  • Added the option to exclude a title for the plot.

Ali Çağan Kaya May 1, 2024

- Python
Published by alicagank about 2 years ago

VowSpace: A vowel formant analysis application for phonetic research - VowSpace v.1.2.0

VowSpace is an app that aims to simplify vowel plotting when working with phonetic or sociolinguistic data.

Release notes:

  • The initial release for Mac. :)
  • Fixed a bug regarding the Bark Difference Metric method.
  • Added more labeling options.

Ali Çağan Kaya January 22, 2024

- Python
Published by alicagank over 2 years ago