Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
yajrendrag committed Oct 18, 2024
1 parent 0014f39 commit b5e7117
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
3 changes: 3 additions & 0 deletions source/detect_audio_language/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

**<span style="color:#56adda">0.0.5</span>**
- update description

**<span style="color:#56adda">0.0.4</span>**
- fix audio file samples to pick 30 second long samples in all cases
- add test to ensure file is >= 10 minutes otherwise samples could be less than 30 seconds
Expand Down
18 changes: 15 additions & 3 deletions source/detect_audio_language/description.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@

This plugin will create an srt subtitle file from a video file's selected audio stream.
##### Description

:::warning
This plugin is not compatible with linking as the remote link will not have access to the original source file's directory.
This plugin detects a stream's audio language and adds a language tag if the stream has no tag or if it's tagged as unknown.

Uses OpenAI's Whisper Speech Recognition

https://github.com/openai/whisper
https://openai.com/index/whisper/

##### Configuration

No configuration is required - the plugin will operate on files that have audio streams tagged with undefined (und) or that
have no audio stream tag at all.

:::important
This plugin is installed using the init system and apprise is pip installed as part of the the plugin installation. This means that at the time the plugin is installed, apprise is not necessarily >
:::
2 changes: 1 addition & 1 deletion source/detect_audio_language/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"on_worker_process": 1
},
"tags": "audio",
"version": "0.0.4"
"version": "0.0.5"
}

0 comments on commit b5e7117

Please sign in to comment.