Skip to content

Commit

Permalink
Add Linux desktop entry sample (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
faveoled authored Jun 5, 2023
1 parent c8bc9c5 commit 162c203
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/buzz.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=Buzz
Comment=Buzz transcribes and translates audio offline on your personal computer
Exec=buzz
Icon=buzz
Terminal=False

1 comment on commit 162c203

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'macOS'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 162c203 Previous: c8bc9c5 Ratio
tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper.cpp - Tiny] 0.03369101219144272 iter/sec (stddev: 0.569417520798178) 0.08080590267795473 iter/sec (stddev: 4.363277076161055) 2.40

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.