Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
polyfox
/
moon
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
45
Code
Issues
0
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
libsoundio + libsndfile audio backend
- #33
#33
Open
archseer
wants to merge 59 commits into
master
polyfox/moon:master
from
soundio
polyfox/moon:soundio
Copy head branch name to clipboard
Conversation
Commits
59
(59)
Checks
Files changed
Open
libsoundio + libsndfile audio backend
#33
archseer
wants to merge 59 commits into
master
polyfox/moon:master
from
soundio
polyfox/moon:soundio
Copy head branch name to clipboard
Commits
Commits on Jul 15, 2016
Started work on changing to libsoundio for audio
IceDragon200
committed
fb1c086
View commit details
Copy full SHA for fb1c086
Browse repository at this point
Added libsoundio paths to build, moved to libsoundio as the default audio gem
Show description for dc44e7d
IceDragon200
committed
dc44e7d
View commit details
Copy full SHA for dc44e7d
Browse repository at this point
modules/audio-gorilla: Moved headers to mimic libsoundio module
IceDragon200
committed
a776a20
View commit details
Copy full SHA for a776a20
Browse repository at this point
modules/audio-libsoundio: Stubbed audio structs
Show description for 933bb5f
IceDragon200
committed
933bb5f
View commit details
Copy full SHA for 933bb5f
Browse repository at this point
Make libsoundio a dependency of moon-player
IceDragon200
committed
05a2b1d
View commit details
Copy full SHA for 05a2b1d
Browse repository at this point
modules/audio-libsoundio: Added SoundBuffer#sampleRate
Show description for 4b83dc6
IceDragon200
committed
4b83dc6
View commit details
Copy full SHA for 4b83dc6
Browse repository at this point
modules/audio-libsoundio: Changed SoundBuffer structure a bit
Show description for 6541a72
IceDragon200
committed
6541a72
View commit details
Copy full SHA for 6541a72
Browse repository at this point
Do not build examples or tests for libsoundio
Show description for b92cd67
IceDragon200
committed
b92cd67
View commit details
Copy full SHA for b92cd67
Browse repository at this point
modules/audio-libsoundio: Force linkage static libsoundio.a
IceDragon200
committed
6c95457
View commit details
Copy full SHA for 6c95457
Browse repository at this point
modules/system: Added M_PI
Show description for 05dcdcb
IceDragon200
committed
05dcdcb
View commit details
Copy full SHA for 05dcdcb
Browse repository at this point
modules/audio-libsoundio: Beware the sine wave
IceDragon200
committed
21941e0
View commit details
Copy full SHA for 21941e0
Browse repository at this point
modules/audio-libsoundio: Made suggested changes
Show description for 828067c
IceDragon200
committed
828067c
View commit details
Copy full SHA for 828067c
Browse repository at this point
Updated libsoundio submodule
IceDragon200
committed
6e62a5a
View commit details
Copy full SHA for 6e62a5a
Browse repository at this point
Get it to build on OS X.
Blaž Hrastnik
authored and
IceDragon200
committed
f8f7ff9
View commit details
Copy full SHA for f8f7ff9
Browse repository at this point
Get libsndfile to compile and link.
Blaž Hrastnik
authored and
IceDragon200
committed
bf37f9e
View commit details
Copy full SHA for bf37f9e
Browse repository at this point
Remove the sndfile submodule because cmake already fetches it.
Blaž Hrastnik
authored and
IceDragon200
committed
d51ec68
View commit details
Copy full SHA for d51ec68
Browse repository at this point
Add Source (untested)
Blaž Hrastnik
authored and
IceDragon200
committed
18dbfeb
View commit details
Copy full SHA for 18dbfeb
Browse repository at this point
Update README
Blaž Hrastnik
authored and
IceDragon200
committed
820c6c7
View commit details
Copy full SHA for 820c6c7
Browse repository at this point
modules/audio-libsoundio: Fixed source.cxx compilation
Show description for 70b15bd
IceDragon200
committed
70b15bd
View commit details
Copy full SHA for 70b15bd
Browse repository at this point
Set the sample rate to 44.1khz.
Blaž Hrastnik
authored and
IceDragon200
committed
e57857b
View commit details
Copy full SHA for e57857b
Browse repository at this point
Use a tarball for libsndfile. Removes autotools dep + cached builds.
Blaž Hrastnik
authored and
IceDragon200
committed
972afed
View commit details
Copy full SHA for 972afed
Browse repository at this point
Disable soundio dynamic libs
IceDragon200
committed
137044f
View commit details
Copy full SHA for 137044f
Browse repository at this point
Simple mixer extraction (get the code to goddamn compile)
Blaž Hrastnik
authored and
IceDragon200
committed
c2d0d94
View commit details
Copy full SHA for c2d0d94
Browse repository at this point
Try getting audio streaming to work.
Blaž Hrastnik
authored and
IceDragon200
committed
779ac8b
View commit details
Copy full SHA for 779ac8b
Browse repository at this point
Do proper logic for sndfile buffer reads.
Blaž Hrastnik
authored and
IceDragon200
committed
1266564
View commit details
Copy full SHA for 1266564
Browse repository at this point
Add missing file
Blaž Hrastnik
authored and
IceDragon200
committed
1092c99
View commit details
Copy full SHA for 1092c99
Browse repository at this point
use submodule fork for now
Blaž Hrastnik
authored and
IceDragon200
committed
5fe7ad8
View commit details
Copy full SHA for 5fe7ad8
Browse repository at this point
Should be plureal
Blaž Hrastnik
authored and
IceDragon200
committed
6fea83e
View commit details
Copy full SHA for 6fea83e
Browse repository at this point
GET IT TO WORK!!
Blaž Hrastnik
authored and
IceDragon200
committed
80e9449
View commit details
Copy full SHA for 80e9449
Browse repository at this point
Don't disable external libs...
Blaž Hrastnik
authored and
IceDragon200
committed
35ff5fd
View commit details
Copy full SHA for 35ff5fd
Browse repository at this point
Get mixing to work.
Blaž Hrastnik
authored and
IceDragon200
committed
80c7c6f
View commit details
Copy full SHA for 80c7c6f
Browse repository at this point
Link ogg/vorbis/flac.
Blaž Hrastnik
authored and
IceDragon200
committed
1b00ab4
View commit details
Copy full SHA for 1b00ab4
Browse repository at this point
Extract the clipping code.
Blaž Hrastnik
authored and
IceDragon200
committed
78aae43
View commit details
Copy full SHA for 78aae43
Browse repository at this point
Clear the buffer in case we read less than what was expected.
Show description for cf32445
Blaž Hrastnik
authored and
IceDragon200
committed
cf32445
View commit details
Copy full SHA for cf32445
Browse repository at this point
Update README a tiny bit.
Blaž Hrastnik
authored and
IceDragon200
committed
4ddb5fd
View commit details
Copy full SHA for 4ddb5fd
Browse repository at this point
Oopsie, fix mixing.
Blaž Hrastnik
authored and
IceDragon200
committed
e40d991
View commit details
Copy full SHA for e40d991
Browse repository at this point
Fix some things, implement Sound.
Blaž Hrastnik
authored and
IceDragon200
committed
9aeb88d
View commit details
Copy full SHA for 9aeb88d
Browse repository at this point
Implement audio handles.
Blaž Hrastnik
authored and
IceDragon200
committed
3b0a843
View commit details
Copy full SHA for 3b0a843
Browse repository at this point
meme-set is evil
Blaž Hrastnik
authored and
IceDragon200
committed
c886970
View commit details
Copy full SHA for c886970
Browse repository at this point
FLAC vs flac!
Show description for d62cb85
IceDragon200
committed
d62cb85
View commit details
Copy full SHA for d62cb85
Browse repository at this point
modules/system,modules/audio-libsoundio: Added moon_memzerof and code gardening
Show description for 2c98661
IceDragon200
committed
2c98661
View commit details
Copy full SHA for 2c98661
Browse repository at this point
Fix Sound, sort of.
Show description for a01ab3f
Blaž Hrastnik
authored and
IceDragon200
committed
a01ab3f
View commit details
Copy full SHA for a01ab3f
Browse repository at this point
hmm
Blaž Hrastnik
authored and
IceDragon200
committed
46ce621
View commit details
Copy full SHA for 46ce621
Browse repository at this point
Works at proper playback speed!
Blaž Hrastnik
authored and
IceDragon200
committed
87d48f7
View commit details
Copy full SHA for 87d48f7
Browse repository at this point
Add support for pan/pitch/gain and map mono to stereo.
Show description for 0204445
Blaž Hrastnik
authored and
IceDragon200
committed
0204445
View commit details
Copy full SHA for 0204445
Browse repository at this point
modules/audio-libsoundio: Cleaned up audio.cxx
Show description for d9edf98
IceDragon200
committed
d9edf98
View commit details
Copy full SHA for d9edf98
Browse repository at this point
modules/audio-libsoundio: clamp was not available on my system for some reason
Show description for 0b77791
IceDragon200
committed
0b77791
View commit details
Copy full SHA for 0b77791
Browse repository at this point
modules/audio-libsoundio: Stubbed Music
IceDragon200
committed
2f001af
View commit details
Copy full SHA for 2f001af
Browse repository at this point
modules/audio-libsoundio: Stubbed Sound mruby wrapper
IceDragon200
committed
46f000a
View commit details
Copy full SHA for 46f000a
Browse repository at this point
modules/audio-libsoundio: Code gardening
IceDragon200
committed
ed5cea0
View commit details
Copy full SHA for ed5cea0
Browse repository at this point
travis: When running gcc, use gcc 4.8.
Blaž Hrastnik
authored and
IceDragon200
committed
1453bc2
View commit details
Copy full SHA for 1453bc2
Browse repository at this point
Updated libsoundio
Show description for e2d2b95
IceDragon200
committed
e2d2b95
View commit details
Copy full SHA for e2d2b95
Browse repository at this point
modules/system: Split helpers header into smaller bits
Show description for f41df49
IceDragon200
committed
f41df49
View commit details
Copy full SHA for f41df49
Browse repository at this point
modules/{audio-libsound,system}: Butchered audio
Show description for 4053f5b
IceDragon200
committed
4053f5b
View commit details
Copy full SHA for 4053f5b
Browse repository at this point
travis: Added missing audio packages
IceDragon200
committed
6976975
View commit details
Copy full SHA for 6976975
Browse repository at this point
Commits on Jul 17, 2016
Revert "modules/{audio-libsound,system}: Butchered audio"
Show description for 0c3645f
Blaž Hrastnik
committed
0c3645f
View commit details
Copy full SHA for 0c3645f
Browse repository at this point
Add seek and tell to the Source interface.
Blaž Hrastnik
committed
475afe6
View commit details
Copy full SHA for 475afe6
Browse repository at this point
Add a Loop source.
Blaž Hrastnik
committed
592c876
View commit details
Copy full SHA for 592c876
Browse repository at this point
Use a newer xcode7.3 and osx 10.11
Blaž Hrastnik
committed
30c5039
View commit details
Copy full SHA for 30c5039
Browse repository at this point
You can’t perform that action at this time.