Skip to content

Commit 2a4bc73

Browse files
committed
init project.
0 parents  commit 2a4bc73

23 files changed

+552
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# *.md linguist-language=Swift
2+
*.json linguist-language=Swift

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ko_fi: jaywcjlove
2+
buy_me_a_coffee: jaywcjlove
3+
custom: ["https://www.paypal.me/kennyiseeyou", "https://jaywcjlove.github.io/#/sponsor"]

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
name: 🙋‍♂️ [Audioer] - Support & Feedback
2+
description: Get help with Audioer, report bugs, or request features.
3+
title: '🙋‍♂️ Support & Feedback: Audioer'
4+
labels: ['support', 'feedback', 'question']
5+
assignees:
6+
- jaywcjlove
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
<img align="right" height="86" alt="Audioer" src="https://github.com/user-attachments/assets/3fdc7d61-190c-41f9-8fc4-8b4cfe19a2ff"> Please provide as much detail as possible about your support request or feedback.
12+
13+
Audioer lets you convert all your audio files to MP3 format with just one click! It supports seamless conversion between multiple audio formats, making the process simple and convenient. Just drag your files into the app window, adjust the settings, click the button, and the conversion is done effortlessly!
14+
15+
Supported audio formats include: `.aac`, `.ac3`, `.aifc`, `.aiff`, `.aif`, `.amr`, `.au`, `.caf`, `.dts`, `.eac3`, `.flac`, `.m4a`, `.mp2`, `.mp3`, `.mp4`, `.mka`, `.mov`, `.ogg`, `.opus`, `.ra`, `.rm`, `.spx`, `.tta`, `.voc`, `.vob`, `.wav`, `.webm`, `.wma`
16+
17+
### Contact Information
18+
19+
If you encounter any issues or need support while using our app, please feel free to contact us through the following methods:
20+
21+
- **Email Support**: [[email protected]](mailto:[email protected])
22+
- **Social Media**: [Twitter](https://twitter.com/jaywcjlove)
23+
24+
We will respond to your message as soon as possible. Thank you for your support of our app!
25+
26+
- type: textarea
27+
attributes:
28+
label: 🙋‍♂️ How can we help you?
29+
description: Describe the issue you're facing or the feature you'd like to request.
30+
placeholder: For example, I'm experiencing an issue with...
31+
validations:
32+
required: true
33+
34+
- type: dropdown
35+
id: os_version
36+
attributes:
37+
label: "💻 Desktop"
38+
description: Your operating system and version.
39+
options:
40+
- macOS 15.0 (Sequoia)
41+
- macOS 14.0 (Sonoma)
42+
default: 0
43+
validations:
44+
required: true
45+
46+
- type: markdown
47+
attributes:
48+
value: |
49+
**How can I send you a crash report for one of your apps?**
50+
51+
- macOS Open Finder
52+
- Select Go to **Folder…** from the Go menu <kbd>⇧</kbd> + <kbd>⌘</kbd> + <kbd>G</kbd>
53+
- Enter: **~/Library/Logs/DiagnosticReports**
54+
- In the resulting list, select all files that starts with the app name, ZIP them, and send me
55+
- Attach the file to this issue
56+
57+
- type: textarea
58+
attributes:
59+
label: ℹ️ Additional context
60+
description: Add any additional information that could be helpful.
61+
placeholder: ex. Screenshots, steps to reproduce, etc.
62+
validations:
63+
required: false
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
name: 🙋‍♂️ [Audioer] - 支持与反馈
2+
description: "获取有关 Audioer、报告错误或请求功能的帮助。"
3+
title: '🙋‍♂️ 支持与反馈: Audioer'
4+
labels: ['support', 'feedback', 'question']
5+
assignees:
6+
- jaywcjlove
7+
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
<img align="right" height="100" alt="Audioer" src="https://github.com/user-attachments/assets/3fdc7d61-190c-41f9-8fc4-8b4cfe19a2ff" /> 请尽可能详细地提供您的支持请求或反馈。
13+
14+
Audioer 是一键将所有音频文件转换为 MP3 格式!支持多种音频格式之间的相互转换,操作简单,转换便捷。只需将文件拖入应用窗口,调整设置后点击按钮,即可轻松完成转换!
15+
16+
支持转换的音频格式包括:`.aac`, `.ac3`, `.aifc`, `.aiff`, `.aif`, `.amr`, `.au`, `.caf`, `.dts`, `.eac3`, `.flac`, `.m4a`, `.mp2`, `.mp3`, `.mp4`, `.mka`, `.mov`, `.ogg`, `.opus`, `.ra`, `.rm`, `.spx`, `.tta`, `.voc`, `.vob`, `.wav`, `.webm`, `.wma`
17+
18+
### 联系信息
19+
20+
如果您在使用我们的应用时遇到任何问题或需要支持,请随时通过以下方式与我们联系:
21+
22+
- **电子邮件支持**: [[email protected]](mailto:[email protected])
23+
- **社交媒体**: [Twitter](https://twitter.com/jaywcjlove)
24+
25+
我们会尽快回复您的消息,感谢您对我们应用的支持!
26+
27+
28+
- type: textarea
29+
attributes:
30+
label: 🙋‍♂️ 您需要什么帮助?
31+
description: 描述您面临的问题或您想要请求的功能。
32+
placeholder: 例如,我遇到了问题...
33+
validations:
34+
required: true
35+
36+
- type: dropdown
37+
id: os_version
38+
attributes:
39+
label: "💻 桌面"
40+
description: 您的操作系统和版本。
41+
options:
42+
- macOS 15.0 (Sequoia)
43+
- macOS 14.0 (Sonoma)
44+
default: 0
45+
validations:
46+
required: true
47+
48+
- type: markdown
49+
attributes:
50+
value: |
51+
**如何向我发送应用程序的崩溃报告?**
52+
53+
- 在 macOS 上打开 Finder
54+
- 从“前往”菜单中选择 **前往文件夹…** <kbd>⇧</kbd> + <kbd>⌘</kbd> + <kbd>G</kbd>
55+
- 输入:**~/Library/Logs/DiagnosticReports**
56+
- 在出现的列表中,选择所有以应用程序名称开头的文件,将它们压缩成 ZIP 文件并发送给我
57+
- 将文件附加到此问题中
58+
59+
- type: textarea
60+
attributes:
61+
label: ℹ️ 补充说明
62+
description: 在此添加有关问题的其他上下文信息。
63+
placeholder: 例如:截图、复现步骤等。
64+
validations:
65+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 🌐 Audioer Official Website
4+
url: https://wangchujiang.com/Audioer/
5+
about: Introduction to the Audioer app on the official website!

.github/workflows/ci.yml

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
name: CI/CD
2+
on:
3+
push:
4+
branches:
5+
- main
6+
7+
jobs:
8+
build-deploy:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
13+
with:
14+
node-version: 20
15+
16+
- name: Create Tag
17+
id: create_tag
18+
uses: jaywcjlove/create-tag-action@main
19+
with:
20+
test: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
21+
22+
- name: Create Released Tag
23+
uses: jaywcjlove/create-tag-action@main
24+
with:
25+
version: ${{ steps.create_tag.outputs.version }}
26+
release: true
27+
body: |
28+
<a target="_blank" href="https://apps.apple.com/app/Audioer/6743841447" title="Audioer for macOS">
29+
<img alt="Audioer AppStore" src="https://jaywcjlove.github.io/sb/download/macos.svg" height="51">
30+
</a>
31+
32+
- name: Get latest tag
33+
id: get_latest_tag
34+
run: echo "LATEST_TAG=$(git describe --tags $(git rev-list --tags --max-count=1))" >> $GITHUB_ENV
35+
36+
- name: Create idoc config.
37+
run: |
38+
cat > idoc.yml << EOF
39+
site: "Audioer {{version:${{ steps.create_tag.outputs.version }}}}"
40+
description: Easily convert all your audio files to MP3 format with just one click! Audioer supports seamless conversion between a wide range of audio formats, including AAC, AC3, AIFF, AMR, FLAC, M4A, MP3, WAV, OGG, and more. Customize audio bitrate, detect and adjust sample rates automatically, set audio channels, and edit audio metadata such as artist and album information. With a simple drag-and-click workflow, Audioer makes audio conversion and metadata management faster and easier than ever. Compatible with almost all devices and formats, it’s the ultimate tool for anyone working with audio files.
41+
keywords: audio converter, mp3 converter, audio format conversion, batch audio conversion, audio metadata editor, bitrate adjustment, sample rate detection, audio channel settings, aac to mp3, flac to mp3, wav to mp3, m4a to mp3, audio editing, music organizer, audio file converter
42+
favicon: assets/logo.png
43+
logo: ./assets/logo.png
44+
openSource: https://github.com/jaywcjlove/Audioer
45+
tocs: false
46+
element:
47+
wrapper: style=max-width:720px;
48+
menus:
49+
Home: index.html
50+
Apps: https://wangchujiang.com/#/app
51+
About: https://wangchujiang.com/#/about
52+
sideEffectFiles:
53+
- README.md
54+
- README.zh.md
55+
- feedback.md
56+
- feedback.zh.md
57+
- terms-of-service.md
58+
- terms-of-service.zh.md
59+
- privacy-policy.md
60+
- privacy-policy.zh.md
61+
footer: |
62+
<a href="https://wangchujiang.com/#/app" target="_blank">App</a> •
63+
<a href="https://wangchujiang.com/#/projects" target="_blank">Projects</a> •
64+
<a href="https://wangchujiang.com/#/sponsor" target="_blank">Sponsor</a> •
65+
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br /><br />
66+
Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v{{idocVersion}}
67+
EOF
68+
- run: npm install idoc@1 -g
69+
- run: idoc
70+
71+
- name: Deploy
72+
uses: peaceiris/actions-gh-pages@v4
73+
with:
74+
commit_message: ${{ github.event.head_commit.message }}
75+
github_token: ${{ secrets.GITHUB_TOKEN }}
76+
publish_dir: ./dist
77+

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
dist
2+
3+
.DS_Store
4+
.cache
5+
.vscode
6+
.idea
7+
8+
*.bak
9+
*.tem
10+
*.temp
11+
#.swp
12+
*.*~
13+
~*.*
14+
15+
# IDEA
16+
*.iml
17+
*.ipr
18+
*.iws
19+
.idea/

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!--idoc:ignore:start-->
2+
> [!TIP]
3+
> Declaration: This project is not an open-source project. The repository serves as the official website, used to collect issues and user demands. This is done to save costs, because without an official website, the application cannot pass the review.
4+
<!--idoc:ignore:end-->
5+
6+
<div align="center">
7+
<br />
8+
<br />
9+
<img src="./assets/logo.png" width="160" height="160">
10+
<h1>
11+
Audioer
12+
</h1>
13+
<!--rehype:style=border: 0;-->
14+
<p>
15+
<a href="./README.zh.md">简体中文</a> •
16+
<a target="_blank" href="https://github.com/jaywcjlove/Audioer/issues/new?template=bug_report.yml">Contact & Support</a> •
17+
<a href="https://github.com/jaywcjlove/Audioer/releases">Changelog</a>
18+
</p>
19+
<p>
20+
<a target="_blank" href="https://apps.apple.com/app/Audioer/6743841447" title="Audioer for macOS">
21+
<img alt="Audioer AppStore" src="https://jaywcjlove.github.io/sb/download/macos.svg" height="51">
22+
</a>
23+
</p>
24+
</div>
25+
26+
![Audioer 1](./assets/screenshots-1.png)
27+
![Audioer 2](./assets/screenshots-2.png)
28+
![Audioer 3](./assets/screenshots-3.png)
29+
30+
Easily convert all audio files to MP3 with just one click! It supports conversion between multiple audio formats with simple and fast operation. Just drag the files into the application window, adjust the settings, click the button, and the conversion is done!
31+
32+
Supported audio formats include:
33+
.aac, .ac3, .aifc, .aiff, .aif, .amr, .au, .caf, .dts, .eac3, .flac, .m4a, .mp2, .mp3, .mp4, .mka, .mov, .ogg, .opus, .ra, .rm, .spx, .tta, .voc, .vob, .wav, .webm, .wma
34+
35+
### Key Features
36+
37+
■ Audio Bitrate Adjustment: Customize the bitrate to ensure the audio quality meets your needs.
38+
■ Sample Rate Detection: Automatically detect and adapt the audio sample rate.
39+
■ Audio Channel Settings: Easily adjust the number of audio channels.
40+
■ Audio Metadata Editing: Edit metadata such as artist, album, and more, making it easy to organize and manage your audio files.
41+
■ Simple Operation: Complete format conversion quickly with just two clicks.
42+
43+
Our application supports almost all common audio formats across various devices — making music conversion and metadata editing easier than ever!

README.zh.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!--idoc:ignore:start-->
2+
> [!TIP]
3+
> 声明:此项目并非开源项目,仓库作为官方网站,用于收集问题和用户需求。这样做是为了节省成本,因为没有官网,应用无法通过审核。
4+
<!--idoc:ignore:end-->
5+
6+
<div align="center">
7+
<br />
8+
<br />
9+
<img src="./assets/logo.png" width="160" height="160">
10+
<h1>
11+
Audioer
12+
</h1>
13+
<!--rehype:style=border: 0;-->
14+
<p>
15+
<a href="./README.zh.md">简体中文</a> •
16+
<a target="_blank" href="https://github.com/jaywcjlove/Audioer/issues/new?template=bug_report_cn.yml">联系&支持</a> •
17+
<a href="https://github.com/jaywcjlove/Audioer/releases">变更日志</a>
18+
</p>
19+
<p>
20+
<a target="_blank" href="https://apps.apple.com/app/Audioer/6743841447" title="Audioer for macOS">
21+
<img alt="Audioer AppStore" src="https://jaywcjlove.github.io/sb/download/macos.svg" height="51">
22+
</a>
23+
</p>
24+
</div>
25+
26+
![Audioer 1](./assets/screenshots-1-cn.png)
27+
![Audioer 2](./assets/screenshots-2-cn.png)
28+
![Audioer 3](./assets/screenshots-3-cn.png)
29+
30+
一键将所有音频文件转换为 MP3 格式!支持多种音频格式之间的相互转换,操作简单,转换便捷。只需将文件拖入应用窗口,调整设置后点击按钮,即可轻松完成转换!
31+
32+
支持转换的音频格式包括:.aac、.ac3、.aifc、.aiff、.aif、.amr、.au、.caf、.dts、.eac3、.flac、.m4a、.mp2、.mp3、.mp4、.mka、.mov、.ogg、.opus、.ra、.rm、.spx、.tta、.voc、.vob、.wav、.webm、.wma
33+
34+
### 主要功能
35+
36+
■ 音频比特率调整:支持自定义比特率,确保音质符合需求。
37+
■ 采样率检测:自动检测并适配音频采样率。
38+
■ 音频通道设置:轻松调整音频的声道数。
39+
■ 音频元信息修改:支持编辑音频文件的 元数据,如歌手、专辑等信息,方便整理和管理你的音频文件。
40+
■ 简便操作:只需2步点击,快速完成格式转换。
41+
42+
我们的应用程序支持几乎所有设备常见的音频格式,转换音乐与编辑元信息从未如此简单!
43+

assets/logo.png

49.6 KB
Loading

assets/screenshots-1-cn.png

372 KB
Loading

assets/screenshots-1.png

336 KB
Loading

assets/screenshots-2-cn.png

370 KB
Loading

assets/screenshots-2.png

261 KB
Loading

assets/screenshots-3-cn.png

276 KB
Loading

assets/screenshots-3.png

239 KB
Loading

feedback.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<p align="right">
2+
<a href="./feedback.zh.md">中文</a>
3+
</p>
4+
<!--rehype:style=float: right; bottom: -36px; position: relative;-->
5+
6+
Feedback & Support
7+
===
8+
9+
Audioer lets you convert all your audio files to MP3 with just one click! It supports easy and fast conversion between multiple audio formats.
10+
11+
Your feedback and support are invaluable! If you encounter any issues, have questions, or want to suggest new features, please don't hesitate to reach out. Your input helps improve this tool and ensures it provides the best possible experience.
12+
13+
You can contact me through the app or by emailing **[email protected]**. I am committed to assisting you and ensuring a smooth and enjoyable experience. Thank you for choosing this tool!
14+
15+
### Contact Information
16+
17+
If you need support or encounter any issues while using the application, feel free to reach out via the following channels:
18+
19+
- [**Email Support**: [email protected]](mailto:[email protected])
20+
- [**Social Media**: Twitter/x @jaywcjlove](https://twitter.com/jaywcjlove)
21+
- [**GitHub Issue**](https://github.com/jaywcjlove/audioer/issues/new/choose)
22+
23+
I will respond to your messages as quickly as possible. Thank you for your support!

feedback.zh.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<p align="right">
2+
<a href="./feedback.md">English</a>
3+
</p>
4+
<!--rehype:style=float: right; bottom: -36px; position: relative;-->
5+
6+
反馈与支持
7+
===
8+
9+
Audioer 是一键将所有音频文件转换为 MP3 格式!支持多种音频格式之间的相互转换,操作简单,转换便捷。
10+
11+
你的反馈和支持非常重要!如果你遇到任何问题、有疑问,或想提出新功能建议,请随时联系我们。你的意见将帮助我们改进这个工具,确保为你提供最佳使用体验。
12+
13+
你可以通过应用内或发送邮件至 **[email protected]** 联系我们。我致力于为你提供支持,确保你拥有流畅、愉快的使用体验。感谢你选择这个工具!
14+
15+
### 联系方式
16+
17+
如果你在使用过程中需要支持或遇到问题,可以通过以下渠道联系我们:
18+
19+
- [**邮件支持**: [email protected]](mailto:[email protected])
20+
- [**社交媒体**: Twitter/x @jaywcjlove](https://twitter.com/jaywcjlove)
21+
- [**GitHub 问题反馈**](https://github.com/jaywcjlove/audioer/issues/new/choose)
22+
23+
我会尽快回复你的消息。感谢你对本工具的支持!

0 commit comments

Comments
 (0)