{"id":13741568,"url":"https://github.com/cmusphinx/sphinxbase","last_synced_at":"2025-05-08T21:34:22.552Z","repository":{"id":15774451,"uuid":"18513481","full_name":"cmusphinx/sphinxbase","owner":"cmusphinx","description":null,"archived":true,"fork":false,"pushed_at":"2022-06-09T11:34:54.000Z","size":9202,"stargazers_count":529,"open_issues_count":24,"forks_count":271,"subscribers_count":63,"default_branch":"master","last_synced_at":"2024-11-15T11:36:29.486Z","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/cmusphinx.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-07T10:29:59.000Z","updated_at":"2024-10-30T21:00:27.000Z","dependencies_parsed_at":"2022-09-12T15:13:22.018Z","dependency_job_id":null,"html_url":"https://github.com/cmusphinx/sphinxbase","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/cmusphinx%2Fsphinxbase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmusphinx%2Fsphinxbase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmusphinx%2Fsphinxbase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmusphinx%2Fsphinxbase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmusphinx","download_url":"https://codeload.github.com/cmusphinx/sphinxbase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253153163,"owners_count":21862318,"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-08-03T04:01:00.387Z","updated_at":"2025-05-08T21:34:21.780Z","avatar_url":"https://github.com/cmusphinx.png","language":"C","readme":"DEPRECATED: Please depend on PocketSphinx instead\n=================================================\n\nSphinxBase has been integrated into PocketSphinx, so if you were linking against\nit or otherwise depending on it, please switch to use that instead as of the next\nrelease.  Thanks!  You  can find it at https://github.com/cmusphinx/pocketsphinx\n\n\nCMU Sphinx common libraries\n===============================================================================\n\nThis package contains the basic libraries shared by the CMU Sphinx trainer and\nall the Sphinx decoders (Sphinx-II, Sphinx-III, and PocketSphinx), as well as\nsome common utilities for manipulating acoustic feature and audio files.\n\n**Please see the LICENSE file for terms of use.**\n\nLinux/Unix installation\n-------------------------------------------------------------------------------\n\nsphinxbase is used by other modules.  The convention requires the\nphysical layout of the code looks like this:\n\n    .\n    ├── package/\n    └── sphinxbase/\n\nSo if you get the file from a distribution, you might want to rename\nsphinxbase-X.X to sphinxbase by typing:\n\n    $ mv sphinxbase-\u003cX.X\u003e sphinxbase (\u003cX.X\u003e being the version of sphinxbase)\n\nIf you downloaded directly from the Subversion repository, you need to create\nthe \"configure\" file by typing:\n\n    $ ./autogen.sh\n\nIf you downloaded a release version or if you have already run\n\"autogen.sh\", you can build simply by running:\n\n    $ ./configure\n    $ make\n\nIf you are compiling for a platform without floating-point arithmetic, you\nshould instead use:\n\n    $ ./configure --enable-fixed --without-lapack\n    $ make\n\nYou can also check the validity of the package by typing:\n\n    $ make check\n\n... and then install it with (might require permissions):\n\n    $ make install\n\nThis defaults to installing SphinxBase under /usr/local. You may customize it\nby running ./configure with an argument, as in:\n\n    $ ./configure --prefix=/my/own/installation/directory\n\nXCode Installation (for iPhone)\n-------------------------------------------------------------------------------\n\nSphinxbase uses the standard unix autogen system, you can build sphinxbase with\nautomake. You just need to pass correct configure arguments, set compiler path,\nset sysroot and other options. After you build the code you need to import\ndylib file into your project and you also need to configure includes for your\nproject to find sphinxbase headers.\n\nYou also will have to create a recorder to capture audio with CoreAudio and\nfeed it into the recognizer.\n\nFor details see http://github.com/cmusphinx/pocketsphinx-ios-demo\n\nIf you want to quickly start with Pocketsphinx, try OpenEars toolkit which\nincludes Pocketsphinx http://www.politepix.com/openears/\n\n\nAndroid installation\n-------------------------------------------------------------------------------\n\nSee http://github.com/cmusphinx/pocketsphinx-android-demo.\n\n\nMS Windows installation:\n-------------------------------------------------------------------------------\n\nTo compile sphinxbase in Visual Studio 2010 Express (or newer):\n\n  1. Unzip the file.\n  2. Rename the directory to sphinxbase\n  3. Go into the sphinxbase folder and click sphinxbase.sln\n  4. In the menu, choose Build -\u003e Rebuild All -\u003e Batch Build -\u003e Build\n\nIn Step 4, make sure all projects are selected, preferably the \"Release\"\nversion of each.\n\nIf you are using cygwin, the installation procedure is very similar to the Unix\ninstallation. However, there is no audio driver support in cygwin currently so\none can only use the batch mode recognzier.\n\nIf you want to install Python packages on Windows, take a look at\nhttp://github.com/cmusphinx/pocketsphinx-python.\n","funding_links":[],"categories":["Software"],"sub_categories":["Utilities"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmusphinx%2Fsphinxbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmusphinx%2Fsphinxbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmusphinx%2Fsphinxbase/lists"}