Tagged Questions
0
votes
1answer
435 views
How to make audio sound batter? (C + FFMpeg audio generation example)
So I found this grate C FFMpeg official example which I simplefied:
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#ifdef HAVE_AV_CONFIG_H
#undef HAVE_AV_CONFIG_H
...