if else to fix zero padding bug - #86
Closed
sfregosi wants to merge 61 commits into
Closed
Conversation
Multi dir ltsa merged with flac changes
now decimates both channels of a wav file (e.g., for Soundtrap data/DASBRs) and allows to decimate flac files (also can be multi channel)
added comments and don't strip period from prefix
don't remove - when generating prefix for ltsa file
this functionality already worked if you chose "Open WAV" but actually put FLAC in GUI and as file extension option in uigetfile
… into MarineBioAcousticsRC-master
update to match mbarc master
if Detector Remora is installed...log fig num is 9 not 7.
if Detector Remora is installed...log fig num is 9 not 7.
if you want to skip some dirs of xwavs/wavs nested within a larger dir, just change taves and dfreqs to blank in the parameter check GUI
if you want to skip some dirs of xwavs/wavs nested within a larger dir, just change taves and dfreqs to blank in the parameter check GUI
if you want to skip some dirs of xwavs/wavs nested within a larger dir, just change taves and dfreqs to blank in the parameter check GUI
added ability to use blanks to skip some dirs
merge batchLTSA into flac branch
update flac with pickBugs fix
if else to fix zero padding bug
added ability to use blanks to skip some dirs
catch up to MBARC master
Updates for latests MBARC Release
Now allows for data to be of length 1
Contributor
Author
|
I updated this to fix a secondary bug with this approach (if total data size is 1, it didn't pad the zeros). |
Contributor
Author
|
Closing this request as it because really messy behind many other commits/pull requests/merges. Replaced with #105 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
xwavs read in data as row vector, wavs read in as column vector, this pads based on size of 'data'
related to issue #85