Recent Releases of Phonetics
Phonetics - v0.6.0
Phonetics v0.6.0
This relesae adds vowelhull and hullarea functions for vowel plotting. These functions can be used to create and measure more typical convex hulls for vowel spaces than given in the vowel space density calculation.
There is also an option added to phonspec to allow for a dB scale that more closely matches how Praat calculates dB values for spectrograms.
Finally, a new section was added to the docs that gives tips on some of the plotting capabilities available in the present package.
Breaking changes
None
Merged pull requests: - Add vowelhull and hullarea functions (#37) (@maetshju) - Add option to change dB scale to mimic Praat's (#38) (@maetshju) - Add plotting tips page in docs (#39) (@maetshju) - Update NEWS.md for v0.6.0 (#40) (@maetshju)
- Julia
Published by github-actions[bot] 8 months ago
Phonetics - v0.5.0
Breaking changes
- A user can no longer specify a type of spectrogram (as narrow- or broadband). Rather, they must specify the correct window length to do so (approx. 0.005 s for broadband and approx. 0.03 s for narrowband).
What's Changed
- Expand window options for phonspec by @maetshju in https://github.com/maetshju/Phonetics.jl/pull/35
- Resolve OpenSSL issue by @maetshju in https://github.com/maetshju/Phonetics.jl/pull/36
Full Changelog: https://github.com/maetshju/Phonetics.jl/compare/v0.4.0...v0.5.0
- Julia
Published by maetshju 10 months ago
Phonetics - v0.4.0
Phonetics v0.4.0
Breaking changes
In the interface for phonspec, the style argument to specstyle to prevent a collision with the style argument in functions from Plots.jl.
Merged pull requests:
- Change style to specstyle; update docs (#34) (@maetshju)
- Julia
Published by github-actions[bot] about 2 years ago
Phonetics - v0.3.0
Phonetics v0.3.0
The plotting functionalities have been updated to use RecipesBase.jl instead of Plots.jl. This change allows the package to be loaded and precompiled without needing to compile all of Plots.jl and its dependencies, and it allows for plotting-related keyword arguments to work in a more straightforward fashion. Additionally, it allows the ! versions of plots to work better without needing to pass in an add argument. See below for indications of API changes.
Breaking changes
vowelPlotis now calledvowelplot.plot(::VowelSpace)is nowvowelspaceplot, and theaddvariable is no longer needed. Instead, to add additional hulls to an existing area plot, usevowelspaceplot!.
Known limitations
The color for the labels in vowelplot cannot be changed from black. This is a limitation based on what values are allowed for the color of a Text object and how a Text object can be specified in a plot recipe.
Merged pull requests: - Replace Plots.jl dependency with RecipesBase.jl (#30) (@maetshju) - Tweak vowelplot docstring (#31) (@maetshju) - Add ylim to phonspec doc examples (#32) (@maetshju) - Add default ylim=(0, 5000) for phonspec (#33) (@maetshju)
- Julia
Published by github-actions[bot] about 2 years ago
Phonetics - v0.2.0
Phonetics v0.2.0
This version removes the plot!(::VowelSpace) method because it did not work as intended. The correct functionality has been implemented as an optional add=true keyword for the plot(::VowelSpace) method when plotting the vowel space area hulls.
Merged pull requests: - Resolve qt5-default error (#28) (@maetshju)
- Julia
Published by github-actions[bot] almost 3 years ago
Phonetics - v0.1.2
Phonetics v0.1.2
Merged pull requests - CompatHelper: bump compat for Plots to 1, (keep existing compat) (https://github.com/maetshju/Phonetics.jl/pull/26) (@github-actions) - Remove MFCC submodule and depend on package (https://github.com/maetshju/Phonetics.jl/pull/27) (@maetshju)
- Julia
Published by maetshju over 3 years ago
Phonetics - v0.1.0
Phonetics v0.1.0
Merged pull requests: - CompatHelper: add new compat entry for "StatsBase" at version "0.33" (#1) (@github-actions[bot]) - CompatHelper: add new compat entry for "DataFrames" at version "0.21" (#2) (@github-actions[bot]) - CompatHelper: add new compat entry for "GeometricalPredicates" at version "0.4" (#3) (@github-actions[bot]) - CompatHelper: add new compat entry for "Plots" at version "1.4" (#4) (@github-actions[bot]) - CompatHelper: add new compat entry for "Distributions" at version "0.23" (#5) (@github-actions[bot]) - CompatHelper: add new compat entry for "Measures" at version "0.3" (#6) (@github-actions[bot]) - CompatHelper: add new compat entry for "ProgressMeter" at version "1.3" (#7) (@github-actions[bot]) - CompatHelper: add new compat entry for "ProgressBars" at version "0.7" (#8) (@github-actions[bot]) - CompatHelper: add new compat entry for "Distances" at version "0.9" (#9) (@github-actions[bot]) - CompatHelper: add new compat entry for "DataStructures" at version "0.17" (#10) (@github-actions[bot]) - CompatHelper: add new compat entry for "QHull" at version "0.2" (#11) (@github-actions[bot]) - CompatHelper: add new compat entry for "WAV" at version "1.0" (#12) (@github-actions[bot]) - CompatHelper: add new compat entry for "DynamicAxisWarping" at version "0.2" (#13) (@github-actions[bot]) - update copyright data (#19) (@sj-perry)
- Julia
Published by github-actions[bot] over 3 years ago