- Improved tracking of progress messages when more than 1 progress bar is used by a process
- Update requested by CRAN to fix package reference issue. No changes in the code.
- new function
add_noise()
to modifying signal-to-noise ratio by adding synthetic noise - new function
manual_realign()
that generates an interactive plot for manual adjustment of time alignments - new function
plot_blur_ratio()
that generates plots previously created byblur_ratio()
andspectrum_blur_ratio()
- new function
plot_degradation()
to visually compare sounds across distances - new function
plot_aligned_sounds()
to visually assess precision of test sound alignment align_test_files()
now can take several markers as input and select that with the highest correlation score for aligning test files- New function
attenuation()
- Data frames and selection tables can be used as input data
- Added new methods to
blur_ratio()
andexcess_atenuation()
spectral_correlation()
andspectral_blur_ratio()
renamed tospectrum_correlation()
, andspectrum_blur_ratio()
respectively
- optimize performance in
signal_to_noise_ratio()
atmospheric_attenuation()
is no longer available (useattenuation()
instead)- Improved documentation for all functions
- Fix bug in
spcc()
andexcess_attenuation()
- 'markers' argument deprecated in
align_test_files()
- fix bug in
auto_realign()
find_markers()
compares the time difference between markers to that in the master sound file as a measure of precisionfind_markers()
can run several markers as templates on the same files- 'template.rows' argument deprecated in
find_markers()
spcc_align()
renamedauto_realign()
search_templates()
renamedfind_markers()
- 'output' argument deprecated
- 'parallel' argument deprecated and replaced by 'cores'
- Update requested by CRAN
- Update requested by CRAN
warbleR::freq_range_detec()
is now used internally to detect frequency range of markers inmaster_sound_file()
- Update requested by CRAN
- New argument 'marker' in
align_test_files()
to control if the start or end marker is being used for aligning - Fix bug when detecting several templates per sound file in
search_templates()
- Windows length is converted to even in all functions
- Fix sign error in signal amplitude measurements (
signal_to_noise_ratio()
andexcess_attenuation()
) - New function
noise_profile()
- rename
snr()
tosignal_to_noise_ratio()
- New function
tail_to_signal_ratio()
to measure reverberations - Fix bug on
excess_attenuation()
when method = 1 - Added type argument to
excess_attenuation()
to run "Darden" version of excess attenuation
- New function
search_templates()
to find signals in re-recorded sound files - New function
align_test_files()
to set time of signals in aligned re-recorded files - Parallel available on internal
prep_X_bRlo_int()
function - Data frame are also returned by most functions
- First release