Discussion:
bass.dll
Simon Jaeger
2007-08-10 12:45:38 UTC
Permalink
hello,
I am designing a rather large project in AutoIt called VSM, virtual sound mixer. It basically allows you to mix virtually unlimited numbers of sounds together, and play, stop, pan, volume change, and pitch shift each individual one. The only problem is, currently I use ComAudio, which basically doesn't open half the files I try to open, or inturprets them as 8k raw data. I have recently found an audio library called bass which can not only do whta comaudio does, but can do a million other things as well. My question to everyone on both of these lists is, has someone written an AutoIt include for the bass library? I am currently having problems with it, and was hoping someone had written a completed include for it. Someone said they did an incomplete include but weren't sure when it would b
e complete, but I prefer to have it as soon as possible. Please let me know if you have it, and if you're willing to send it out, send it to my address, ***@gmail.com.


Thanks,

Simon


[Non-text portions of this message have been removed]
valery_vi
2007-08-10 13:31:10 UTC
Permalink
You forgot to add link, I think.

About BASS library:
http://www.un4seen.com/

Valery
Post by Simon Jaeger
hello,
I am designing a rather large project in AutoIt called VSM, virtual
sound mixer. It basically allows you to mix virtually unlimited
numbers of sounds together, and play, stop, pan, volume change, and
pitch shift each individual one. The only problem is, currently I use
ComAudio, which basically doesn't open half the files I try to open,
or inturprets them as 8k raw data. I have recently found an audio
library called bass which can not only do whta comaudio does, but can
do a million other things as well. My question to everyone on both of
these lists is, has someone written an AutoIt include for the bass
library? I am currently having problems with it, and was hoping
someone had written a completed include for it. Someone said they did
an incomplete include but weren't sure when it would be complete, but
I prefer to have it as soon as possible. Please let me know if you
have it, and if you're willing to send it out, send it to my address,
Post by Simon Jaeger
Thanks,
Simon
[Non-text portions of this message have been removed]
valery_vi
2007-08-10 14:22:58 UTC
Permalink
simple player (use bass.dll) is here:

http://www.autoitscript.com/forum/index.php?showtopic=23109

Valery
Post by valery_vi
You forgot to add link, I think.
http://www.un4seen.com/
Valery
Post by Simon Jaeger
hello,
I am designing a rather large project in AutoIt called VSM, virtual
sound mixer. It basically allows you to mix virtually unlimited
numbers of sounds together, and play, stop, pan, volume change, and
pitch shift each individual one. The only problem is, currently I use
ComAudio, which basically doesn't open half the files I try to open,
or inturprets them as 8k raw data. I have recently found an audio
library called bass which can not only do whta comaudio does, but can
do a million other things as well. My question to everyone on both of
these lists is, has someone written an AutoIt include for the bass
library? I am currently having problems with it, and was hoping
someone had written a completed include for it. Someone said they did
an incomplete include but weren't sure when it would be complete, but
I prefer to have it as soon as possible. Please let me know if you
have it, and if you're willing to send it out, send it to my address,
Post by Simon Jaeger
Thanks,
Simon
[Non-text portions of this message have been removed]
Littlefield, Tyler
2007-08-10 18:44:19 UTC
Permalink
you're able to wrap things in audiere.
I am not sure why com breaks, but I don't think audiere will do the same thing; we converted to audiere for a media player my friend and I have on the workbench, and it seems to be working; you just need a wrapper.
Thanks,
Tyler Littlefield.
Vertigo head coder
"My programs don't have bugs, just randomly added features."
msn: ***@hotmail.com
email: ***@gmail.com
aim: st8amnd2005
skype: st8amnd127
----- Original Message -----
From: Simon Jaeger
To: ***@yahoogroups.com
Cc: ***@blindprogramming.com
Sent: Friday, August 10, 2007 6:45 AM
Subject: [AutoIt] bass.dll


hello,
I am designing a rather large project in AutoIt called VSM, virtual sound mixer. It basically allows you to mix virtually unlimited numbers of sounds together, and play, stop, pan, volume change, and pitch shift each individual one. The only problem is, currently I use ComAudio, which basically doesn't open half the files I try to open, or inturprets them as 8k raw data. I have recently found an audio library called bass which can not only do whta comaudio does, but can do a million other things as well. My question to everyone on both of these lists is, has someone written an AutoIt include for the bass library? I am currently having problems with it, and was hoping someone had written a completed include for it. Someone said they did an incomplete include but weren't sure when it would
be complete, but I prefer to have it as soon as possible. Please let me know if you have it, and if you're willing to send it out, send it to my address, ***@gmail.com.

Thanks,

Simon

[Non-text portions of this message have been removed]





[Non-text portions of this message have been removed]
Simon Jaeger
2007-08-12 21:36:41 UTC
Permalink
I prefer bass, but if this will work, then I could sell this. How would I go about doing that?

Simon


P.S.
That bass media player doesn't seem to work. I copied the code off the computer using the screenreader program I use and it refused to run, saying it could not parce the fifth line. It looks to me like this will also not pitch shift. WHat I am looking for is an include that can

* play and stop (can do this from the player, if I need to)
* pan, volume change
* load files
* seek by a given number of samples or seconds
* determine the length of a file
* pitch shift and detect the pitch shift level for a given sound file
I will send part of the code I have done so far using ComAudio. I'm positive this code will not be sold in any case so it does not make a difference.



[Non-text portions of this message have been removed]
Littlefield, Tyler
2007-08-12 22:20:46 UTC
Permalink
audiere wrapper.
Thanks,
Tyler Littlefield.
Vertigo head coder
"My programs don't have bugs, just randomly added features."
msn: ***@hotmail.com
email: ***@gmail.com
aim: st8amnd2005
skype: st8amnd127
----- Original Message -----
From: Simon Jaeger
To: ***@yahoogroups.com
Sent: Sunday, August 12, 2007 3:36 PM
Subject: Re: [AutoIt] bass.dll


I prefer bass, but if this will work, then I could sell this. How would I go about doing that?

Simon

P.S.
That bass media player doesn't seem to work. I copied the code off the computer using the screenreader program I use and it refused to run, saying it could not parce the fifth line. It looks to me like this will also not pitch shift. WHat I am looking for is an include that can

* play and stop (can do this from the player, if I need to)
* pan, volume change
* load files
* seek by a given number of samples or seconds
* determine the length of a file
* pitch shift and detect the pitch shift level for a given sound file
I will send part of the code I have done so far using ComAudio. I'm positive this code will not be sold in any case so it does not make a difference.

[Non-text portions of this message have been removed]





[Non-text portions of this message have been removed]

Loading...