{"id":16731430,"url":"https://github.com/skratchdot/sox","last_synced_at":"2025-03-15T18:19:38.603Z","repository":{"id":66198176,"uuid":"61919579","full_name":"skratchdot/sox","owner":"skratchdot","description":"A mirror of the sox codebase: https://sourceforge.net/p/sox/code/ci/master/tree/","archived":false,"fork":false,"pushed_at":"2016-06-25T00:31:36.000Z","size":6401,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T07:51:36.751Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://sox.sourceforge.net/","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/skratchdot.png","metadata":{"files":{"readme":"README.osx","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-25T00:30:35.000Z","updated_at":"2024-04-20T18:54:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"c08adeed-1ded-4368-b730-d3cd76db443d","html_url":"https://github.com/skratchdot/sox","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skratchdot%2Fsox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skratchdot%2Fsox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skratchdot%2Fsox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skratchdot%2Fsox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skratchdot","download_url":"https://codeload.github.com/skratchdot/sox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243770286,"owners_count":20345276,"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-12T23:37:12.097Z","updated_at":"2025-03-15T18:19:38.582Z","avatar_url":"https://github.com/skratchdot.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"SoX\n---\n\nThis file contains information specific to the MacOS X version of SoX.\nPlease refer to the README file for general information.\n\nThe sox executable can be installed anywhere you desire.  It is a\nself-contained statically linked executable.\n\nIf the sox executable is invoked with an executable name of soxi, play,\nor rec it will perform the functions of those applications as defined\nin included documents.  Symlinks are included with this package\nbut you can also make your own.\n\nAcknowledgements\n----------------\n\nThe sox exectables included in this package makes use of the following projects:\n\n  SoX - http://sox.sourceforge.net\n\n  FLAC - http://flac.sourceforge.net\n\n  LADSPA - http://www.ladspa.org\n\n  libid3tag - http://www.underbit.com/products/mad\n\n  libltdl - http://www.gnu.org/software/libtool\n\n  libsndfile - http://www.mega-nerd.com/libsndfile\n\n  Ogg Vorbis - http://www.vorbis.com\n\n  PNG - http://www.libpng.org/pub/png\n\n  WavPack - http://www.wavpack.com\n\nEnjoy,\nThe SoX Development Team\n\nAppendix - wget Support\n-----------------------\n\nSoX can make use of the wget command line utility to load files over\nthe internet or listen to shoutcast streams.  It only needs to be\nsomewhere in your path to be used by SoX.\n\nPlease consult wget's homepage for access to source code as well\nas further instructions on configuring and installing.\n\nhttp://www.gnu.org/software/wget\n\nAppendix - MP3 Support\n----------------------\n\nSoX contains support for reading and writing MP3 files but does not ship\nwith the dylib's that perform decoding and encoding of MP3 data because\nof patent restrictions.  For further details, refer to:\n\nhttp://en.wikipedia.org/wiki/MP3#Licensing_and_patent_issues\n\nMP3 support can be enabled by placing Lame encoding library and/or\nMAD decoding library into a standard library search location such\nas /usr/lib or set LTDL_LIBRARY_PATH to location.\n\nThese can be compiled yourself, they may turn up on searches of the internet\nor may be included with other MP3 applications already installed\non your system. Try searching for libmp3lame.dylib and libmad.dylib.\n\nObtain the latest Lame and MAD source code from approprate locations.\n\nLame MP3 encoder  http://lame.sourceforge.net\nMAD MP3 decoder   http://www.underbit.com/products/mad\n\nIf your system is setup to compile software, then the following commands\ncan be used.  Note: since SoX is distributed as a 32-bit i386 binary,\nthe library must match that format as well:\n\ncd lame-398-2\n./configure CFLAGS=\"-arch i386 -m32\" LDFALGS=\"-arch i386\"\nmake\nsudo make install\n\ncd libmad-0.15.1b\n./configure CFLAGS=\"-arch i386 -m32\" LDFALGS=\"-arch i386\"\nmake\nsudo make install\n\nAppendix - AMR-NB/AMR-WB Support\n--------------------------------\n\nSoX contains support for reading and writing AMR-NB and AMR-WB files but\ndoes not ship with the DLL's that perform decoding and encoding of AMR\ndata because of patent restrictions.\n\nAMR-NB/AMR-WB support can be enabled by placing required libraries\ninto a standard library search location such as /usr/lib\nor set LTDL_LIBRARY_PATH to search path.\n\nThese can be compiled yourself, they may turn up on searches of the internet\nor may be included with other AMR applications already installed\non your system. Try searching for libopencore-amrnb.dylib and\nlibopencore-amrwb.dylib.\n\nObtain the latest amrnb and amrwb source code from\nhttp://sourceforge.net/projects/opencore-amr\n\ncd opencore-amr-0.1.2\n./configure CFLAGS=\"-arch i386 -m32\" LDFALGS=\"-arch i386\"\nmake\nsudo make install\n\nIf that does not work, then try this:\n\ncd opencore-amr-0.1.2\n./build_osx.sh\n\nAppendix - LADSPA Plugins\n-------------------------\n\nSoX has built in support for LADSPA Plugins.  These plugins are\nmostly built for Linux but some are available for OS X.\nThe Audacity GUI application has a page that points to a collection\nof OS X LADSPA plugins.\n\nhttp://audacity.sourceforge.net/download/plugins\n\nSoX will search for these plugins based on LADSPA_PATH\nenviornment variable.  See sox.txt for further information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskratchdot%2Fsox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskratchdot%2Fsox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskratchdot%2Fsox/lists"}