lovegaoshi
lovegaoshi
https://github.com/Sandlie101G12B/Lost/commit/e029f67151778787435350837e8168a2eeab3829#diff-1c857cc827683376471ba4bed4b945fbc7053f78b654740b1776df200ff79525
~i can get an array of where the beats are from a file. this will be saved into a drizzle db.~ ~to match bpm i would get the current crossfade...
``` def crossfade(master_song, slave_song, len_crossfade, len_time_stretch): # We are getting the required song partitions and their respective dbeats from SongPartition class master_p_audio = master_song.audio master_p_dbeats = master_song.get_downbeats() slave_p_audio = slave_song.audio...
plan forward: - port pycrossfade into APM - install pycrossfade - get two songs and print() their downbeat np array - copy and paste into a test case - port...
tbh this is beyond my control as its rooted in the [facebook rn library](https://github.com/search?q=repo%3Afacebook%2Freact-native%20react_native_dev_server_ip&type=code). though specifically `react_native_dev_server_ip` is not needed for prod i think, im not sure how to patch...
can confirm this works with software mode rendering mode as well. tysm! fyi the filename for the patch using patch-package is patches/@react-native-masked-view+masked-view+0.3.1.patch
v4.1.0 修正了一些UI问题 动态背景/spotify canvas 在歌单底向上拉动刷新 
v4.2.0 修正了一些UI问题 修复数据从云端恢复的问题 节拍对齐的智能混音
i dont think specifically ur error is this lib related. its more of a problem with ur package manager.
yall should use https://github.com/doublesymmetry/react-native-track-player/pull/2395 On Wed, Nov 27, 2024, 8:43 AM smfunder ***@***.***> wrote: > One more detail, to make the events to work of RNTP, I had to patch...