helgoboss / reaper-rs

Rust bindings for the REAPER C++ API
MIT License
78 stars 8 forks source link

Is something special in AudioAccessor? #69

Closed Levitanus closed 1 year ago

Levitanus commented 1 year ago

There is a bulk of functions, connected to AudioAccessor: изображение

Should we somehow specially consider them, or just implement in medium-level as is?

Actually, I've found, then manipulating and analyzing of MediaItemTakeSource is much better to do outside of REAPER API. For example, with Python, I've made an interface, that applied every take\item\source gain and used librosa for future analyze.

I feel, I saw something connected to the audio source in the crate, but didn't find anything with AudioAccessor at the moment.

Levitanus commented 1 year ago

Decided, that no, nothing special.