Thread: Sound in C++

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User kakayoma's Avatar
    Join Date
    Jul 2009
    Location
    Dallas, Texas
    Posts
    42

    Question Sound in C++

    Ive seen many libraries for sound (Bass, openal) etc. im trying to ask which sound Library is best for streaming live sound of the internet.

    Ive tried Bass with the code blocks/gcc compiler but all it gives me when i try to compile the samples is this:

    .objs\basstest.o:basstest.c:(.text+0xa)||undefined reference to `_BASS_ErrorGetCode@0'|
    (and 29 other identical errors)

    can anyone tell me how to fix this or another way to stream audio files from the internet

    ive already added bass.h to the include folder and bass.dll and bass.lib to the project folder
    Last edited by kakayoma; 08-18-2009 at 05:56 AM.

    Vista - Something We all Love to Hate.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Sound lags in multi-thread version
    By VirtualAce in forum Game Programming
    Replies: 23
    Last Post: 08-27-2008, 11:54 AM
  2. Low latency sound effects
    By VirtualAce in forum Game Programming
    Replies: 0
    Last Post: 12-21-2004, 01:58 AM
  3. Updated sound engine code
    By VirtualAce in forum Game Programming
    Replies: 8
    Last Post: 11-18-2004, 12:38 PM
  4. Help me modify my Sound Server
    By zdude in forum C Programming
    Replies: 1
    Last Post: 05-14-2003, 05:15 PM
  5. sounds?
    By BODYBUILDNERD in forum C++ Programming
    Replies: 6
    Last Post: 12-06-2002, 03:34 PM