This document describes the process of transcribing audio files using whisper.cpp and generating icon suggestions for playlist creation.
- ffmpeg - Audio format conversion
- whisper.cpp (whisper-cli) - Speech-to-text transcription
| <?xml version="1.0" encoding="utf-8"?> | |
| <rss version="2.0" | |
| xmlns:dc="http://purl.org/dc/elements/1.1/" | |
| xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" | |
| xmlns:admin="http://webns.net/mvcb/" | |
| xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
| xmlns:content="http://purl.org/rss/1.0/modules/content/"> | |
| <channel> |
| #!/bin/sh | |
| myip=$(hostname -I | awk '{print$1}') | |
| cat <<EOF | |
| ******************************************************************************** | |
| Welcome to RethinkDB! | |
| RethinkDB shipped with Apache2.0 license without warranties. | |
| Read our license https://github.com/rethinkdb/rethinkdb/blob/next/LICENSE. | |
| Do NOT forget to configure your server before use! To secure RethinkDB follow | |
| the instructions described at https://rethinkdb.com/docs/security/. |
| export type RetailerCredentials = { | |
| email: string; | |
| password: string; | |
| }; | |
| export type WebhookTriggerEvent = | |
| | "request_succeeded" | |
| | "request_failed" |