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
Accelerator
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 }}
DigitalDJ
/
AudioStreamer
Public
forked from
jfricker/AudioStreamer
Notifications
You must be signed in to change notification settings
Fork
39
Star
173
Code
Issues
19
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
I added some features into the AudioStreamer
- #19
#19
Open
sprhawk
wants to merge 11 commits into
DigitalDJ:master
DigitalDJ/AudioStreamer:master
from
sprhawk:master
sprhawk/AudioStreamer:master
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Open
I added some features into the AudioStreamer
#19
sprhawk
wants to merge 11 commits into
DigitalDJ:master
DigitalDJ/AudioStreamer:master
from
sprhawk:master
sprhawk/AudioStreamer:master
Copy head branch name to clipboard
Commits
Commits on Dec 10, 2011
added local file stream support; added prebuffering and a new thread to push buffer into audio queue(to pre-buffer audio file as soon as possible, to minimize influence of network various (specific…
Show description for 13300a8
sprhawk
committed
13300a8
View commit details
Copy full SHA for 13300a8
Browse repository at this point
added local file streaming to SHOUTCAST; fixed set streamer = NULL if openReadStream failed; added macro switch to turn on/off prebuffering feature
sprhawk
committed
4b8fe64
View commit details
Copy full SHA for 4b8fe64
Browse repository at this point
Commits on Dec 11, 2011
added property ivar declaration to .h, which is required under MacOSX
sprhawk
committed
8380446
View commit details
Copy full SHA for 8380446
Browse repository at this point
Commits on Dec 12, 2011
remove use of @autoreleasepool, which cause crash on 10.6
sprhawk
committed
1a022c1
View commit details
Copy full SHA for 1a022c1
Browse repository at this point
add synchronization to audio file stream
sprhawk
committed
e36e592
View commit details
Copy full SHA for e36e592
Browse repository at this point
fixed a weird bug, see the comment
sprhawk
committed
6149218
View commit details
Copy full SHA for 6149218
Browse repository at this point
fixed a dead-lock bug
sprhawk
committed
afe604d
View commit details
Copy full SHA for afe604d
Browse repository at this point
Commits on Dec 13, 2011
added synchronization to _bufferPushingThread
sprhawk
committed
41a3b01
View commit details
Copy full SHA for 41a3b01
Browse repository at this point
Commits on Dec 14, 2011
added statement to pause when buffering
sprhawk
committed
cdb5126
View commit details
Copy full SHA for cdb5126
Browse repository at this point
added a NSThread sleep for pre-buffering, see the comment
sprhawk
committed
4037fca
View commit details
Copy full SHA for 4037fca
Browse repository at this point
move NSThread sleep call position
sprhawk
committed
969fc61
View commit details
Copy full SHA for 969fc61
Browse repository at this point
You can’t perform that action at this time.