Search found 6 matches

by codeblue9955
Sat Apr 06, 2013 1:41 pm
Forum: Programming Discussion
Topic: Audio Streaming
Replies: 6
Views: 1776

Re: Audio Streaming

I'm looking for a general solution for capturing anything you can play on the PC. There are a lot of specific solutions that involve Playstation Media Server and similar technology, but I feel this will enable the headache of having to capture different streams for different services.
by codeblue9955
Sat Apr 06, 2013 1:11 am
Forum: Programming Discussion
Topic: Audio Streaming
Replies: 6
Views: 1776

Re: Audio Streaming

I'm running windows on my PC. I mainly program in Java, and I have looked into the audiod package, but it seems to lack documentation in order to make it to where it wouldn't be a pain in the ass to implement. I've got a feeling I'll probably have to do this in C++, but I don't think it will be very...
by codeblue9955
Fri Apr 05, 2013 1:10 pm
Forum: Programming Discussion
Topic: Audio Streaming
Replies: 6
Views: 1776

Audio Streaming

I would like to capture the audio that is currently being played on my pc in order to be able to stream it to other devices such as a PS3, xbox, android, etc. I have no idea how I might go about capturing this sound. I don't know of a simple way to do it. I have thought of perhaps setting up a virtu...
by codeblue9955
Fri May 04, 2012 2:48 pm
Forum: Programming Discussion
Topic: Best method for interaction between classes
Replies: 4
Views: 1002

Re: Best method for interaction between classes

Yeah, I think the largest problem with my C# code was I made a lot of singletons. It made it really hard to maintain. I'm going to be attempting a component based system. I'll read up on design patterns and see where I get. Are there any good books to read on design patterns for approaching such sit...
by codeblue9955
Thu May 03, 2012 8:59 pm
Forum: Programming Discussion
Topic: Best method for interaction between classes
Replies: 4
Views: 1002

Best method for interaction between classes

I have been in game dev for a couple of years. I took some time off for school and now I'm getting back into development once again. I used C# for a rather long time, but now I am moving towards using C++ more. The questions I have is what is the best method to control interactions between classes. ...
by codeblue9955
Sun Apr 29, 2012 2:45 pm
Forum: Game Development
Topic: Mutrify's Dev Diary
Replies: 9
Views: 3576

Re: Mutrify's Dev Diary

The ship game would be pretty cool if you added asteroid or something similar flying towards a "planet" in the middle of the screen and the player must fly around the planet and destroy them with out shooting the planet. just my $.02