Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~465 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Clueless86

Ok, I mostly used Python to learn programming.. I am now trying to learn VB.. This is my problem..It seems that tutorial after tutorial I read has no examples as I am trying to do.. 1. Dim x As Integer = 100 # this should make x = 100 right? …

Member Avatar for samir_ibrahim
0
188
Member Avatar for Eric_

Hi I have made a program that reads a raw pcm file and plays it. The function itself is working (finally) but when i play the sound a lot of noise is playing along. Writing the array to harddrive before playing proves that it's the reading to the array that …

0
54
Member Avatar for Eric_

Hi I want to play a sound using directsound. As you can see i'm stuck already. [CODE] #include <dsound.h> #include <iostream> using namespace std; int main(void) {//CREATE OBJECT LPDIRECTSOUND8 ppDS8; HRESULT hr = DirectSoundCreate8(NULL, ppDS8 ,NULL); cout << hr; Sleep(2000); }[/CODE] I get the following error: 1>.\main.cpp(9) : error C2664: …

Member Avatar for Eric_
0
176
Member Avatar for Eric_

Hi , i recently joined daniweb and it seems to be a nice site ;) Now to my problem: I am trying to reverse engineer an audio file format (not a common one). What i need is a function that can read the data from the file to the soundcard …

0
47