diff --git a/ao-play-async.dll b/ao-play-async.dll new file mode 100644 index 0000000..89c9756 Binary files /dev/null and b/ao-play-async.dll differ diff --git a/ao-play-async.lib b/ao-play-async.lib new file mode 100644 index 0000000..3b2e0b5 Binary files /dev/null and b/ao-play-async.lib differ diff --git a/avcodec-62.dll b/avcodec-62.dll new file mode 100644 index 0000000..6ede448 Binary files /dev/null and b/avcodec-62.dll differ diff --git a/avdevice-62.dll b/avdevice-62.dll new file mode 100644 index 0000000..f5ae6be Binary files /dev/null and b/avdevice-62.dll differ diff --git a/avfilter-11.dll b/avfilter-11.dll new file mode 100644 index 0000000..22d7006 Binary files /dev/null and b/avfilter-11.dll differ diff --git a/avformat-62.dll b/avformat-62.dll new file mode 100644 index 0000000..79bc6fe Binary files /dev/null and b/avformat-62.dll differ diff --git a/avutil-60.dll b/avutil-60.dll new file mode 100644 index 0000000..2603514 Binary files /dev/null and b/avutil-60.dll differ diff --git a/ffmpeg_audio.dll b/ffmpeg_audio.dll new file mode 100644 index 0000000..c6e1268 Binary files /dev/null and b/ffmpeg_audio.dll differ diff --git a/ffmpeg_audio.lib b/ffmpeg_audio.lib new file mode 100644 index 0000000..cf30f34 Binary files /dev/null and b/ffmpeg_audio.lib differ diff --git a/info.bak b/info.bak new file mode 100644 index 0000000..1cf6014 --- /dev/null +++ b/info.bak @@ -0,0 +1,25 @@ +#lang info + +(define collection 'multi) + +(define version "0.1.0") + +(define pkg-desc + "native libraries for \"racket-audio\" on \"x86_64-win32\"") + +(define pkg-authors + '(hans)) + +(define license + '(Apache-2.0 OR MIT)) + +(define install-platform + "win32\\x86_64") + +;; Add every native library shipped in this branch, including runtime +;; dependencies required by the primary audio libraries. +(define copy-foreign-libs + '()) + +(define deps + '("base")) diff --git a/info.rkt b/info.rkt index 1cf6014..5c1837e 100644 --- a/info.rkt +++ b/info.rkt @@ -19,7 +19,35 @@ ;; Add every native library shipped in this branch, including runtime ;; dependencies required by the primary audio libraries. (define copy-foreign-libs - '()) + '("ao-play-async.dll" + "ao-play-async.lib" + "avcodec-62.dll" + "avdevice-62.dll" + "avfilter-11.dll" + "avformat-62.dll" + "avutil-60.dll" + "ffmpeg_audio.dll" + "ffmpeg_audio.lib" + "info.bak" + "libFLAC.dll" + "libao-1.2.2.dll" + "libao-1.2.2.lib" + "libao-static-1.2.2.lib" + "libmpg123-0.dll" + "libopusenc.dll" + "ogg.dll" + "opus.dll" + "opusfile.dll" + "opusurl.dll" + "soxr-lsr.dll" + "soxr.dll" + "swresample-6.dll" + "swscale-9.dll" + "tag.dll" + "tag_c.dll" + "zlib.dll" + ) + ) (define deps '("base")) diff --git a/libFLAC.dll b/libFLAC.dll new file mode 100644 index 0000000..484b6e9 Binary files /dev/null and b/libFLAC.dll differ diff --git a/libao-1.2.2.dll b/libao-1.2.2.dll new file mode 100644 index 0000000..b9b179b Binary files /dev/null and b/libao-1.2.2.dll differ diff --git a/libao-1.2.2.lib b/libao-1.2.2.lib new file mode 100644 index 0000000..e40f10a Binary files /dev/null and b/libao-1.2.2.lib differ diff --git a/libao-static-1.2.2.lib b/libao-static-1.2.2.lib new file mode 100644 index 0000000..2919992 Binary files /dev/null and b/libao-static-1.2.2.lib differ diff --git a/libmpg123-0.dll b/libmpg123-0.dll new file mode 100644 index 0000000..0b2a99f Binary files /dev/null and b/libmpg123-0.dll differ diff --git a/libopusenc.dll b/libopusenc.dll new file mode 100644 index 0000000..13f881b Binary files /dev/null and b/libopusenc.dll differ diff --git a/ogg.dll b/ogg.dll new file mode 100644 index 0000000..70da20b Binary files /dev/null and b/ogg.dll differ diff --git a/opus.dll b/opus.dll new file mode 100644 index 0000000..86978c0 Binary files /dev/null and b/opus.dll differ diff --git a/opusfile.dll b/opusfile.dll new file mode 100644 index 0000000..f1aa4c6 Binary files /dev/null and b/opusfile.dll differ diff --git a/opusurl.dll b/opusurl.dll new file mode 100644 index 0000000..9a5e861 Binary files /dev/null and b/opusurl.dll differ diff --git a/soxr-lsr.dll b/soxr-lsr.dll new file mode 100644 index 0000000..127d358 Binary files /dev/null and b/soxr-lsr.dll differ diff --git a/soxr.dll b/soxr.dll new file mode 100644 index 0000000..c5777ed Binary files /dev/null and b/soxr.dll differ diff --git a/swresample-6.dll b/swresample-6.dll new file mode 100644 index 0000000..0097efb Binary files /dev/null and b/swresample-6.dll differ diff --git a/swscale-9.dll b/swscale-9.dll new file mode 100644 index 0000000..ede7539 Binary files /dev/null and b/swscale-9.dll differ diff --git a/tag.dll b/tag.dll new file mode 100644 index 0000000..46845b9 Binary files /dev/null and b/tag.dll differ diff --git a/tag_c.dll b/tag_c.dll new file mode 100644 index 0000000..97a1226 Binary files /dev/null and b/tag_c.dll differ diff --git a/zlib.dll b/zlib.dll new file mode 100644 index 0000000..6175a40 Binary files /dev/null and b/zlib.dll differ