Skip to content

Whisper.cpp mode not working on mac #1465

@andrea-carlon

Description

@andrea-carlon

Buzz 1.4.4 on macOS Apple Silicon appears to launch whisper-server with an incompatible inference path.

Buzz log shows:

whisper-server --port 3003 --inference-path /audio/transcriptions ...

The server starts successfully and is reachable:

curl http://localhost:3003

returns the Whisper.cpp Server HTML page.

However, the server homepage shows the active endpoint as:

/inference

Testing Buzz’s expected endpoint returns 404:

curl -v http://localhost:3003/audio/transcriptions

returns:

HTTP/1.1 404 Not Found
File Not Found (/audio/transcriptions)

Model file is valid. For example, ggml-tiny.bin points to a 74 MB blob. Port 3003 is open and whisper-server is listening. The issue appears to be that Buzz expects /audio/transcriptions while the bundled whisper-server exposes /inference.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions