justinsalamon / scaper

A library for soundscape synthesis and augmentation
BSD 3-Clause "New" or "Revised" License
377 stars 55 forks source link

choose_weighted distribution tuple #144

Closed justinsalamon closed 3 years ago

justinsalamon commented 3 years ago

Add support for a choose_weighted distribution tuple of the form ("choose_weighted", listA, listB) where listA and listB are of the same length, A contains the items to select from and B the corresponding probabilities. listB must contain a valid set of probabilities in the range [0, 1] that sum to 1. Addresses #143.

justinsalamon commented 3 years ago

@pseeth ready for a first CR!!