From 3cc0b6777a505734ca92ced2a336937d85899be7 Mon Sep 17 00:00:00 2001 From: Robert Kausch Date: Sun, 3 Sep 2017 16:10:59 +0200 Subject: [PATCH] Updated links in Readme.md. --- Readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Readme.md b/Readme.md index 4b890c3..3947fc3 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -# :zap: SuperFast Codecs +# SuperFast Codecs ## Multi-threaded Opus and AAC codec drivers for fre:ac This repository provides multi-threaded Opus and AAC codec drivers for use with the [_fre:ac audio converter_](https://github.com/enzo1982/freac/). The components use multiple instances of the respective codecs in parallel to provide faster processing on systems with multiple CPU cores. @@ -9,15 +9,15 @@ The idea to use multiple codec instances to speed-up audio encoding goes back to To achieve a speed-up, the audio stream is divided into overlapping chunks of audio frames. The chunks are then given to the codec instances in a round-robin manner. Finally, encoded packets are taken from the codec instances and written to the output file in the correct order. -For technical details on how this is implemented, please refer to [this blog post](https://freac.org/developer-blog-mainmenu-9/14-freac/257-introducing-superfast-conversions/) or [the PDF](https://github.com/enzo1982/superfast/doc/SuperFast Codecs.pdf). +For technical details on how this is implemented, please refer to [this blog post](https://freac.org/developer-blog-mainmenu-9/14-freac/257-introducing-superfast-conversions/) or [the PDF](https://github.com/enzo1982/superfast/doc/SuperFast%20Codecs.pdf). ## Download Download an experimental fre:ac build with multi-threaded Opus, FAAC* and Core Audio converters: -- Windows: [x86-64](https://github.com/enzo1982/superfast/releases/download/v0.1/freac-1.1-alpha-20170902-superfast-windows-x64.zip), [i686](https://github.com/enzo1982/superfast/releases/download/v0.1/freac-1.1-alpha-20170902-superfast-windows.zip) -- macOS: [Universal Binary](https://github.com/enzo1982/superfast/releases/download/v0.1/freac-1.1-alpha-20170902-superfast-macos.dmg) (x86-64, i686 and PPC) -- Linux: [x86-64](https://github.com/enzo1982/superfast/releases/download/v0.1/freac-1.1-alpha-20170902-superfast-linux-x64.tar.gz), [i686](https://github.com/enzo1982/superfast/releases/download/v0.1/freac-1.1-alpha-20170902-superfast-linux.tar.gz) -- FreeBSD: [x86-64](https://github.com/enzo1982/superfast/releases/download/v0.1/freac-1.1-alpha-20170902-superfast-freebsd-x64.tar.gz), [i686](https://github.com/enzo1982/superfast/releases/download/v0.1/freac-1.1-alpha-20170902-superfast-freebsd.tar.gz) +- Windows: [x86-64](https://github.com/enzo1982/superfast/releases/download/v1.0-pre1/freac-1.1-alpha-20170902-superfast-windows-x64.zip), [i686](https://github.com/enzo1982/superfast/releases/download/v0.1/freac-1.1-alpha-20170902-superfast-windows.zip) +- macOS: [Universal Binary](https://github.com/enzo1982/superfast/releases/download/v1.0-pre1/freac-1.1-alpha-20170902-superfast-macos.dmg) (x86-64, i686 and PPC) +- Linux: [x86-64](https://github.com/enzo1982/superfast/releases/download/v1.0-pre1/freac-1.1-alpha-20170902-superfast-linux-x64.tar.gz), [i686](https://github.com/enzo1982/superfast/releases/download/v0.1/freac-1.1-alpha-20170902-superfast-linux.tar.gz) +- FreeBSD: [x86-64](https://github.com/enzo1982/superfast/releases/download/v1.0-pre1/freac-1.1-alpha-20170902-superfast-freebsd-x64.tar.gz), [i686](https://github.com/enzo1982/superfast/releases/download/v0.1/freac-1.1-alpha-20170902-superfast-freebsd.tar.gz) \* The FAAC codec is provided as a fallback when the Core Audio codecs are not available.