This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/adrifcastr/OSAC
- Loading branch information
Showing
3 changed files
with
43 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<item> | ||
<version>3.0.0.0</version> | ||
<url>https://github.com/adrifcastr/OSAC/releases/download/v3.0/OSAC.7z</url> | ||
<mandatory>true</mandatory> | ||
</item> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,37 @@ | ||
# OSAC - The Open Source Audible Converter | ||
Crack Audible activation bytes using Audible-NG and remove the DRM protection by using ffmpeg to convert the file. All that in a simple GUI application. | ||
![License](https://img.shields.io/badge/License-GPLv2-blue.svg) | ||
|
||
OSAC is the Open Source Audible Converter. | ||
|
||
About | ||
===== | ||
|
||
OSAC's features are as follows: | ||
|
||
* Convert audible's proprietary AAX audio files to one of the following file formats: | ||
- LAME MP3 Audio | ||
- AAC M4B Audiobook | ||
- FLAC HQ Audio | ||
|
||
* Completely removes the files Digital Rights Management (DRM) protection and makes it playable to all common audio players. | ||
|
||
* Adjustable quality slider for MP3 and M4B (FLAC get's encoded @ 2600 kbit/s so prepare for huge file sizes). | ||
|
||
* Simple and easy to use. | ||
|
||
![OSACScreenshot](https://raw.githubusercontent.com/adrifcastr/OSAC/master/OSAC/OSAC.png) | ||
|
||
Donations | ||
===== | ||
|
||
Donations are gladly accepted. Please send them to my [Paypal.me](https://www.paypal.me/adrifcastr) | ||
to support the development, and maintenance of this project. Thank you! | ||
|
||
Credits | ||
===== | ||
|
||
OSAC is currently being developed and maintained by __adrifcastr__.<br> | ||
In no particular order, I credit the following for their invaluable contributions: | ||
|
||
* __Evan#8119__ for help w/ the TextBox console redirection. | ||
* __Sylveon#8666__ for help w/ the TextBox console redirection. | ||
* __jbodan__ for Pull Request [#4](https://github.com/adrifcastr/OSAC/pull/4) |