20 May '13 - 09:22 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: [1]
  Reply  |  Print  
Author Topic: New project - 16 channel audio player  (Read 1393 times)
Sundayman PL
Guest
« on: 24 Jul '10 - 03:21 »
Reply with quoteQuote

Hello. Right now i plan to start following project - 16 channel audio player , using two cards M-Audio 1010 TL.
I will make application in VB6 probably. I would like to make very simple player, which can play independenly a 16 audio files into 16 outputs. Of course monophonic audio on one channel...

It will be simple mono wav. files (or maybe mp3, if it's possible...), all 44.1 KHz lets say.
Files will have various lenght, so it will be looped (without synchronisation between channels).
I suppose, i will use ASIO drivers (or it is unnecessary maybe for those audio cards ?).

Could somebode indicate to me  example, that can steer mi on correct way to do it ? I have not to big experience with VB, so i will try to do it as simple as possible Smiley

Thanks
Peter
Logged
Gamo
Posts: 86


« Reply #1 on: 24 Jul '10 - 06:01 »
Reply with quoteQuote

Please see speaker example that come with bass.
Logged
ken
Posts: 630


« Reply #2 on: 24 Jul '10 - 10:17 »
Reply with quoteQuote

Hello. Right now i plan to start following project - 16 channel audio player , using two cards M-Audio 1010 TL.


You should look at BASS_ASIO (or BASSWASAPI on Vista or Windows7) as M-Audio 1010 perform better (faster) on thoose than on DirectX.

I you choose to develop in C# there is Bass.NET library that makes ASIO and BASSWASAPI very easy to work with.

Logged
sundayman PL
Guest
« Reply #3 on: 24 Jul '10 - 14:53 »
Reply with quoteQuote

unfortunatelly my knowledge of C# may be described as "null" Smiley so, i must use VB6 or VB.NET for now...

However, thanks for advice, so i will check BASS_ASIO...I suppose i will have more question later Smiley
Logged
ken
Posts: 630


« Reply #4 on: 24 Jul '10 - 16:43 »
Reply with quoteQuote

unfortunatelly my knowledge of C# may be described as "null" Smiley so, i must use VB6 or VB.NET for now...

However, thanks for advice, so i will check BASS_ASIO...I suppose i will have more question later Smiley


OK go for VB.NET, then you can use Bass.NET library. You find it under "add-ons", then have a look at the code example that comes with it.

Logged
sundayman
Posts: 9


« Reply #5 on: 25 Jul '10 - 01:22 »
Reply with quoteQuote

Well. i have installed BASS.NET API FOR .NET
I have Visual Studio 2008. But i cannot find "add-ons" ...

When i try to open examples from "SAMPLES" folder in BASS.NET API, i have 5 samples solutions.
But, when i try to run application i have error "Unable to load dll "BASS.DLL"

How i should to install it ?
Logged
radio42
Posts: 4012


« Reply #6 on: 25 Jul '10 - 09:41 »
Reply with quoteQuote

You also need to place the native bass dlls into your executable directory.
For more info see the Bass.Net docs.
Logged
ken
Posts: 630


« Reply #7 on: 25 Jul '10 - 12:45 »
Reply with quoteQuote

Well. i have installed BASS.NET API FOR .NET
I have Visual Studio 2008. But i cannot find "add-ons" ...

When i try to open examples from "SAMPLES" folder in BASS.NET API, i have 5 samples solutions.
But, when i try to run application i have error "Unable to load dll "BASS.DLL"

How i should to install it ?

As "add-ons" I mean on this website ;-)

You must copy bass.dll, bassasio.dll (and other bass dlls that you work with) to bin/debug folder (where the exe file is).

Please study the documentation for Bass.NET

Logged
sundayman
Posts: 9


« Reply #8 on: 25 Jul '10 - 17:41 »
Reply with quoteQuote

Ahh, ok KEN, it's missunderstanding Smiley  Thank You
Logged
Pages: [1]
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.18 | SMF © 2013, Simple Machines