Robin
Robin
There we go. With PR #12, the code you submitted works for FLAC files (after having converted the original WAV file to a FLAC file, as outlined below). ``` ffmpeg...
A side note, the test files you linked to are identical. Are these the same files you used on your system? ``` $ md5sum testMp31.mp3 testWav1.wav testFlac.flac 4abc5838291789b778745c6b3b9a4ed6 testMp31.mp3 4abc5838291789b778745c6b3b9a4ed6...
A quick hexdump of the WAV sample you uploaded reveals that it contains metadata not yet supported by the beep/wav decoding library. Specifically the unannotated hex-dump in the middle is...
Hi @dgengin, Really exciting to see your latest work on DGEngine. I love the way that the new shadow handling looks like. > Do these warnings still happen? I updated...
> Those should be fixed now (except for the warning of overloaded virtual in clang) Wonderful. Only two warnings remaining. * [ ] `memset` * [ ] assert comparison between...
Two warnings using GCC 11.0 on Arch Linux, both related to deprecated API. ``` /home/u/life/projects/diablo/DGEngine/src/sfeMovie/Stream.cpp: In member function ‘virtual AVPacket* sfe::Stream::popEncodedData()’: /home/u/life/projects/diablo/DGEngine/src/sfeMovie/Stream.cpp:148:47: warning: ‘void av_init_packet(AVPacket*)’ is deprecated [-Wdeprecated-declarations] 148 |...
Great to learn more about your rough roadmap! It definitely makes sense to focus on core elements first, and I think it would be a wonderful idea to make use...
The command `go get -u ./...` was used to update dependencies to their latest release version. Thus, the versions of `golang.org/x/` packages were also updated with this PR, besides the...
> But since 16 is bumped, I guess release of 15 will be soon? Yeah, I think so too. Also, LLVM 16.0 will be an interesting release as it will...
From https://llvm.org/ LLVM Release Schedule: * 15.0.0 - Jul 26: release/15.x branch created. - Jul 29: 15.0.0-rc1 - Aug 9: 15.0.0-rc2 - Aug 23: 15.0.0-rc3 - Sep 6: 15.0.0-final