Changelog
Source:NEWS.md
baRulho 2.1.0
CRAN release: 2024-04-21
NEW FEATURES
- 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
MINOR IMPROVEMENTS
- 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 precision -
find_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’
baRulho 1.0.4
CRAN release: 2021-03-09
MINOR IMPROVEMENTS
-
warbleR::freq_range_detec()
is now used internally to detect frequency range of markers inmaster_sound_file()
baRulho 1.0.3
CRAN release: 2021-02-11
MINOR IMPROVEMENTS
- 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()
baRulho 1.0.2
CRAN release: 2020-06-07
MINOR IMPROVEMENTS
- 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
baRulho 1.0.1
CRAN release: 2020-03-09
NEW FEATURES
- 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