Skip to content

Audio Example Not Running while using FFmpeg  #5

@Hrushi20

Description

@Hrushi20
Screenshot 2023-12-14 at 3 51 32 PM

I'm using Mac M1 hardware. I used the below command to build WasmEdge

$  cmake -DCMAKE_BUILD_TYPE=Release -GNinja -DWASMEDGE_BUILD_AOT_RUNTIME=OFF -DWASMEDGE_PLUGIN_WASI_NN_BACKEND="TensorflowLite" -DWASMEDGE_BUILD_TOOLS=OFF ..

I ran the below commands as well -

$ export WASI_SDK=/opt/wasi-sdk
$ export BINDGEN_EXTRA_CLANG_ARGS="--sysroot=/opt/wasi-sdk/share/wasi-sysroot --target=wasm32-wasi -fvisibility=default"

I'm trying to run the audio model using FFmpeg. I'm trying to compare the results of the current implementation and WasmEdge FFmpeg-Rust crate implementation and also observe the performance gain.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions