-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfixes, updates to remove warnings, & unit test improvements (#39)
* Update .gitignore (including spelling mistake for Manifest.toml) * Add Revise to deps & stdlib packages to compat * Bugfix for ccall() with FFTW.libfftw3 & FFTW.libfftw3f, tests pass now * Clean up audio test file * Switch to TestItemRunner for easy unit testing in VS Code * Update for loops to remove warnings * Update to use correct istft() call * Add SampledSignals as dep & remove repeated code... - AbstractSampleBuf, SampleBuf, etc. seem to have been copy/pasted from SampledSignals - changed local variables from nframes to nframe and from nchannels to nchannel to avoid issues with exported function names * Rename nframes() to nframes_hops() to avoid type piracy * Add PortAudio dep & make play() robust * Workaround attempt for alsa_plugins_jll * Revert to using @eval import PortAudio... does not seem like the alsa_plugins_jll issue will be solved anytime soon * Minor update * Update CI actions * Update compat * Revert "Minor update" This reverts commit 3ea4888. * Only half the readme examples run still * Bugfixes so all readme examples run * Bump major version --------- Co-authored-by: George Datseris <datseris.george@gmail.com>
- Loading branch information
Showing
14 changed files
with
191 additions
and
511 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.