{"id":17113039,"url":"https://github.com/emmt/ysox","last_synced_at":"2025-03-23T22:28:09.841Z","repository":{"id":32096250,"uuid":"35668441","full_name":"emmt/YSoX","owner":"emmt","description":"YSoX is a Yorick audio plug-in using the SoX library.","archived":false,"fork":false,"pushed_at":"2022-11-03T12:47:34.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T05:41:22.821Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emmt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-15T10:33:18.000Z","updated_at":"2022-03-16T10:46:51.000Z","dependencies_parsed_at":"2023-01-14T20:30:22.451Z","dependency_job_id":null,"html_url":"https://github.com/emmt/YSoX","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2FYSoX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2FYSoX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2FYSoX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2FYSoX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emmt","download_url":"https://codeload.github.com/emmt/YSoX/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245177272,"owners_count":20573073,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T17:02:30.992Z","updated_at":"2025-03-23T22:28:09.818Z","avatar_url":"https://github.com/emmt.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"YSoX\n====\n\nYSoX is a [Yorick](http://github.com/LLNL/yorick/) plug-in for endocing/decoding\naudio thanks to the [SoX library](http://sox.sourceforge.net/).\n\nInstallation\n------------\n\nIn short, building and installing the plug-in can be as quick as:\n````{.sh}\ncd $BUILD_DIR\n$SRC_DIR/configure\nmake\nmake install\n````\nwhere `$BUILD_DIR` is the build directory (at your convenience) and\n`$SRC_DIR` is the source directory of the plug-in code.  The build and\nsource directories can be the same in which case, call `./configure` to\nconfigure for building.\n\nIf the plug-in has been properly installed, it is sufficient to use any\nfunction of YSoX to automatically load the plug-in.  You may force the\nloading of the plug-in by something like:\n````{.sh}\n#include \"sox.i\"\n````\nor\n````{.sh}\nrequire, \"sox.i\";\n````\nin your code.\n\nMore detailled installation explanations are given below.\n\n1. You must have Yorick and the SoX library installed on your machine.\n\n2. Unpack the plug-in code somewhere.\n\n3. Configure for compilation.  There are two possibilities:\n\n   For an **in-place build**, go to the source directory, say `$SRC_DIR`, of\n   the plug-in code and run the configuration script:\n   ````{.sh}\n   cd $SRC_DIR\n   ./configure\n   ````\n   To see the configuration options, type:\n   ````{.sh}\n   ./configure --help\n   ````\n\n   To compile in a **different build directory**, say `$BUILD_DIR`, create the\n   build directory, go to the build directory and run the configuration\n   script:\n   ````{.sh}\n   mkdir -p $BUILD_DIR\n   cd $BUILD_DIR\n   $SRC_DIR/configure\n   ````\n   where `$SRC_DIR` is the path to the source directory of the plug-in code.\n   To see the configuration options, type:\n   ````{.sh}\n   $SRC_DIR/configure --help\n   ````\n\n4. Compile the code:\n   ````{.sh}\n   make clean\n   make\n   ````\n\n5. Install the plug-in in Yorick directories:\n   ````{.sh}\n   make install\n   ````\n\n\nLicense\n-------\n\n**YSoX** is open source sofware released under the [MIT license](LICENSE.md).\n\nTo temporarily suspend **SIGFPE** (floating-point error) signals, the\n`switch_fpemask()` function is based on `ygl_fpemask()` borrowed from\n[Yorick-GL](https://github.com/LLNL/yorick-gl) plug-in written by Dave\nMunro.  For this piece of code, the following applies:\n\n\u003e Copyright (c) 2012, David H. Munro.\n\u003e All rights reserved.\n\u003e This file is part of yorick (http://yorick.sourceforge.net).\n\u003e Read the accompanying LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmt%2Fysox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femmt%2Fysox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmt%2Fysox/lists"}