{"id":13732086,"url":"https://github.com/ddiakopoulos/libnyquist","last_synced_at":"2025-04-04T17:10:06.514Z","repository":{"id":29167786,"uuid":"32698321","full_name":"ddiakopoulos/libnyquist","owner":"ddiakopoulos","description":":microphone: Cross platform C++11 library for decoding audio (mp3, wav, ogg, opus, flac, etc) ","archived":false,"fork":false,"pushed_at":"2023-02-13T07:54:28.000Z","size":34518,"stargazers_count":546,"open_issues_count":18,"forks_count":67,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-03-28T16:11:13.133Z","etag":null,"topics":["audio","audio-engine","audio-library","cpp11","flac","gamedev","mp3","ogg","opus","sound-processing","wav"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ddiakopoulos.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-03-22T22:15:11.000Z","updated_at":"2025-03-26T21:34:23.000Z","dependencies_parsed_at":"2023-02-19T02:31:14.372Z","dependency_job_id":null,"html_url":"https://github.com/ddiakopoulos/libnyquist","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/ddiakopoulos%2Flibnyquist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddiakopoulos%2Flibnyquist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddiakopoulos%2Flibnyquist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddiakopoulos%2Flibnyquist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddiakopoulos","download_url":"https://codeload.github.com/ddiakopoulos/libnyquist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247217222,"owners_count":20903009,"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":["audio","audio-engine","audio-library","cpp11","flac","gamedev","mp3","ogg","opus","sound-processing","wav"],"created_at":"2024-08-03T02:01:45.974Z","updated_at":"2025-04-04T17:10:06.485Z","avatar_url":"https://github.com/ddiakopoulos.png","language":"C++","readme":"# Libnyquist\n\n\nPlatform | Build Status |\n-------- | ------------ |\nMicrosoft VS2017 x64 | [![Build status](https://ci.appveyor.com/api/projects/status/2xeuyuxy618ndf4r?svg=true)](https://ci.appveyor.com/project/ddiakopoulos/libnyquist) |\nClang (OSX) \u0026 GCC (Linux) | [![Build Status](https://travis-ci.org/ddiakopoulos/libnyquist.svg?branch=master)](https://travis-ci.org/ddiakopoulos/libnyquist) |\n\nLibnyquist is a small C++11 library for reading sampled audio data from disk or memory. It is intended to be used an audio loading frontend for games, audio sequencers, music players, and more.\n\nThe library does not include patent or license encumbered formats (such as AAC). For portability, libnyquist does not link against platform-specific APIs like Windows Media Foundation or CoreAudio, and instead bundles the source code of reference decoders as an implementation detail.\n\nLibnyquist is meant to be statically linked, which is not the case with other popular libraries like libsndfile (which is licensed under the LGPL). Furthermore, the library is not concerned with supporting very rare encodings (for instance, A-law PCM or the SND format). \n \nWhile untested, there are no technical conditions that preclude compilation on other platforms with C++11 support (Android NDK r10e+, Linux, iOS, etc).\n\n## Format Support\n\nRegardless of input bit depth, the library produces a channel-interleaved float vector, normalized between [-1.0,+1.0]. At present, the library does not provide comprehensive resampling functionality. \n\n* Wave (+ IMA-ADPCM encoding)\n* MP3\n* Ogg Vorbis\n* Ogg Opus\n* FLAC\n* WavPack\n* Musepack\n\n## Known Issues \u0026 Bugs\n* See the Github issue tracker. \n\n## License\nThis library is released under the simplied 2 clause BSD license. All included dependencies have been released under identical or similarly permissive licenses.\n","funding_links":[],"categories":["Multimedia"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddiakopoulos%2Flibnyquist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddiakopoulos%2Flibnyquist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddiakopoulos%2Flibnyquist/lists"}