opus-embedded-sys 0.1.1

Bindings to libopus for decoding Opus audio on embedded systems
Documentation
1
2
3
4
5
6
7
int main() {
    static int x;
    char a[++x];
    a[sizeof a - 1] = 0;
    int N;
    return a[0];
}