jiemojiemo

Results 10 issues of jiemojiemo

Thanks for your great work. Does fdk-aac support the seek when decode? I try to implement seek operation but the result is really confused. Thank you.

Hi folks, BoCA is a great job! Thanks you all. Recently, I've been learning multithread audio encoding skills from Boca, is there any documentation I can refer to ? a...

```c++ struct Base {}; struct Derived : Base {}; Derived d; Base& base = d; type::get() == type::get(base) // yields to false on my computer ``` OS: macos 10.14.5 rttr:...

when I run `python compileModule.py build_ext --inplace` I got error ``` running build_ext skipping 'cutilFunctions.c' Cython extension (up-to-date) building 'utilFunctions_C' extension error: Unable to find vcvarsall.bat ``` python=3.6 windows 10

run `python models_GUI.py` but get a blank GUI ![image](https://user-images.githubusercontent.com/13779459/74152284-efa2c680-4c48-11ea-957f-a490c42e04e8.png)

你好作者,非常感谢你开源精神!请问能分享下相关算法论文吗?有些代码实现部分我不理解,希望通过论文进一步学习下。非常感谢,我的邮箱是 [email protected]

Hi all, I try to do forward declaration of ebur128_state, but failed, and I found that just simply making the following changes, it works: before ```c typedef struct { ......

添加 cmake 编译