SakuraKooi

Results 28 comments of SakuraKooi

(呆 好怪的需求

> Need to correlate videoTrack/audioTrack object id with ffmpeg's stream index. HTML5 API seems to exclude any tracks with unsupported codecs (so indexes will be shifted) is it really necessary...

same here but with notifications I've found my issue is caused by database file 'cache4.db' corrupted

successfully recovered my database and get everything works again with almost no data loss here are the steps left for those who encountered this situation: 1. force stop NekoX app...

> Omg, it's hard and needs root 😂 I just do data reset in case of this db corruption -- Sent from my p≡p for Android. fix it is easy...

``` INSERT INTO "pluse" ( "pluseID", "waveName", "waveNameEn", "defaultName", "classic", "A0", "B0", "C0", "J0", "PC0", "A1", "B1", "C1", "J1", "PC1", "A2", "B2", "C2", "J2", "PC2", "JIE1", "JIE2", "L", "ZY", "points1",...

备忘: - pluseID没有auto_increment, 插入表时需要自己算id号 - 现在是用en来存自定义名了, 老版本在cn里, 行为不同 以及 > ~~程序员出来挨打~~ classic用0表示出厂波形 1表示自定义 ~~0=true 1=false是吧~~ 可能需要考虑是直接操作数据库还是和原来一样调app函数创建 倾向于直接操作数据库后重载/重启app,那一堆错综复杂的eventbus调用之前就整出了鬼知道怎么来的崩溃bug 不知道新版本怎么样了,写功能的时候再看看

更改开发目标: 让3.0.8的官方波形导入支持咱模块导出的json