Sign in

username:

password:



Not a member?

Search basicx



Search tips

Subscribe to basicx



Ads

basicx by Keywords

Accelerometer | ADC | ADXL | Adxl20 | AVR | BasicStamp | BX-35 | BX28 | BX35 | COM3 | Compiler | Downloader | EEPROM | Electromagnet | GetADC | GP2D1 | GPS | I2C | IDE | Keypad | LCD | LCD+ | MIDI | Motors | Multitasking | Netmedia | Networking | PCB | PID | PlaySound | PWM | Relays | RTC | Servo | ShiftOut | SitePlayer | SPI | Stack | Timer | USB

Discussion Groups

BasicX

Discussion forum for the BasicX family of microcontroller chips.

Search Results for "playsound"

  

Post a new Thread

PlaySound Bug?   [2 Articles]

Stan Cossette - Oct 16 2000
I have been trying to use PlaySound in a robot control program and I found the following (after several hours of frustration!). 1) The PlaySound function resets... PlaySound Bug?

Playsound Bug?

Jack Schoof - Oct 16 2000
Stan: Very sorry for the frustration! Unfortunately, you are correct. There is a problem with setting up the playsound function, @#$!!@#. We have a "Z" where ... Playsound Bug?

PlaySound and the BX-35   [2 Articles]

cowenowner - Sep 30 2004
I have not had much success with PlaySound on my BX-35. I have written a small basicx program to play a sound stored in the eeprom from bytes 20000 to 30000... ... PlaySound and the BX-35

PlaySound use?   [4 Articles]

Matthew Daughtrey - Feb 17 2000
What's the expected data format for the PlaySound call? ... PlaySound use?

Playsound   [4 Articles]

sunilstm - Jan 24 2006
Hi, Could someone help direct me as to how to use the playsound function. Has anyone used the playsound function to play a sound file ? How does one store a say .wav ... Playsound

playsound   [2 Articles]

Tom Igoe - Oct 27 2000
Anyone got playsound to work? Anyopne got an app note on getting sound into the chip to play? -- -- Tom Igoe ... playsound

PlaySound question   [2 Articles]

loopstick2000 - Jul 16 2003
I saw a few old posts that looked like they didn't go anywhere. Has anyone played with PlaySound and gotten it to work? Better yet, does anyone know if it's possib... PlaySound question

eeprom question   [4 Articles]

nunfuxor - Jun 9 2004
Looking at http://stage.itp.nyu.edu/~jn429/playsound/ and trying to make something that's sort of a digital sampler player, I was wondering if the 32k eeprom ... eeprom question

PlaySound question....   [5 Articles]

airmaledfw - May 14 2003
I was browsing over some posts and came across the application note for the PlaySound with block data (msg 11913). I am somewhat confused by the application ... PlaySound question....

BX-24 PlaySound   [11 Articles]

- Oct 26 1999
I am very keen to try the BX-24s PlaySound procedure. How is it that one loads a 1024-byte sample into the EE? Certainly you won't suggest that I chew up over a tho... BX-24 PlaySound

Re: Sources and links   [7 Articles]

Thad Larson - Mar 29 2005
Tom, It is usually a good idea to include general electronics supply as well - great starter for newbies. www.digi-key.com and www.jameco.com * charge extra for ord... Re:  Sources and links

PlaySound command

Ron A. Nucci - Apr 26 2000
Basicx people I would like anyone’s thoughts on using the BX24 sound record and play capabilities. Specifically how do you get it to record a sound to its EEPROM t... PlaySound command

BasicX] PlaySound command   [5 Articles]

Ron A. Nucci - Apr 26 2000
Basicx people I would like anyone’s thoughts on using the BX24 sound record and play capabilities. Specifically how do you get it to record a sound to its EEPROM t... BasicX] PlaySound command

New Application Note -- PlaySound with block data

Frank Manning - Nov 26 2002
A new BX-24 application note was posted to the BasicX web site. The document illustrates how to use block data objects in conjunction with PlaySound on a BX-24. A b... New Application Note -- PlaySound with block data

A few sound questions

Larry Goodhind - Jan 12 2000
The PlaySound procedure "generates sound from sampled data in EEPROM." How would you 'record' a sound sample, what sort of tranducer would you use and what (if a... A few sound questions

Re: ascci speech from BX24   [3 Articles]

Ron A. Nucci - Apr 26 2000
BasicX group On one of my robots I have an old ASCII text to speech converter board using the GI Sp0256a-al2 Voice Synthesizer chip and a GI cts256a-al2 cpu (old... Re:  ascci speech from BX24

Re: Where is code stored in EEPROM   [2 Articles]

Don Kinzer - Sep 13 2004
--- In , "lerougegorge" wrote: > Quick question: is the BasicX binary execution code stored at the > beginning or the end of the EEPROM? Manu... Re: Where is code stored in EEPROM

WAV file conversion and other topics

Stan Cossette - Sep 9 2000
Hello, I recently purchased a BX-24 and am learning the ropes. I have some programming experience(Basic, PBasic, C, machine code) but am basically a Hardware... WAV file conversion and other topics

sound and eeprom

d mikesel - Jun 18 2004
I'm trying to use the BX-24 playsound routine but I need more eeprom for better sound quality. Can the Bx-24 interface with external eeprom? thanks ... sound and eeprom

Re: Conflicting resources question

Frank Manning - Apr 7 2000
From: Mike Linnen <> > Will dual PWM via timer 1 conflict with the use of PULSEOUT > for a servo motor? No, dual PWM should not conflict with PulseOut or... Re:  Conflicting resources question

Re: Amplified Sound off a BX-35   [2 Articles]

sgc - Mar 4 2003
--- In , "Kelly Small " wrote: > I'm trying to get some halfway decent tones out of a BX-35 using the > FreqOut command and an L... Re: Amplified Sound off a BX-35

Re: Midi problems

Don Kinzer - Nov 7 2005
--- In basicx@basi..., "Don Lewis" wrote: > ... wouldn't changing the x'tal also effect the regular serial > communications behaviour? Yes, along with ev... Re: Midi problems

Re: Connecting eb500 to bx24 HELP

Tom Becker - Dec 5 2007
> ... I want my bx sending out MIDI, but I don't know how to translate the data received into sound or how to send it into the MIDI board... If the goal is to generate sound y... Re: Connecting eb500 to bx24 HELP

writing files to EEPROM   [7 Articles]

Stacey Chevalier - Oct 27 2000
Assuming that I've got a short binary file of sound information, I'm still really unclear as to the best way to write it to the EEPROM. I only need to do this once, and... writing files to EEPROM

Re: I'm ready to go beyond "psuedo"   [2 Articles]

stan_eye_am - Mar 11 2002
I assume you are talking about the DACPin or PutDAC commands. You can use a real DAC of course, but I have found the existing PWM output to work quite well. I am ... Re: I'm ready to go beyond "psuedo"

Re: RTC

Don Kinzer - Mar 12 2005
--- In , "Art Church" wrote: > What is the expected accuarcy of the BasicX Real Time Clock ? - There are only two sources of error that I can ... Re: RTC

BX-02

Jan Johnson - Jun 4 2000
NetMedia: Some time back i remember NetMedia talking about an upgrade to the BX-02, the BX-02. Almost all of the post on the list are with regards to the BX-24... BX-02

PutDAC command output appears at Stereo Jack?

ludovico90275 - Aug 27 2003
Hello, I am planning to purchase the BasicX-35 Development System. I will be creating an audio application that dynamically creates waveform tables in the RA... PutDAC command output appears at Stereo Jack?

Re: Internal Timers

Tony Brenke - Aug 15 2000
Operating_system_referance.doc page 26 gives you a list of conflicts. adc to com1 used timer 1 InputCapture used timer 1 OutputCapture uses timer 1 thos... Re:  Internal Timers

Re: EEPROM storage   [2 Articles]

Frank Manning - Apr 8 2001
From: "Vic Fraenckel" <> Sent: Monday, February 26, 2001 7:53 AM > To store values in EEPROM Frank Manning suggested: > >> If I was going to use the addition... Re:  EEPROM storage

Bugle Calls with BX-24

Richard T. Vannoy II - May 12 2000
I'd like a robot to be able to play several bugle calls during a contest, like... The "Start of the Race" call you here at the horse races. "Chaaaaaaaarge!!" ... Bugle Calls with BX-24

Re: Freqout to line level devices   [2 Articles]

- Aug 7 2001
--- In basicx@y..., Tom Igoe wrote: > To connect a freqout signal to a line level device, I've been > connecting the pin to the tip of a standard m... Re: Freqout to line level devices

Re: chip

Nick Taylor - Jan 23 2000
wrote: > > From: > > What is the difference between a red dot chip and a yellow dot chip. > Thanks > Randall > Randall ... below is a copy of a ... Re: chip

Re: RPM to BX24   [3 Articles]

Don Kinzer - Nov 23 2005
--- In basicx@basi..., Mikael Karstikko wrote: > What do You suggest for a measuring period ?? The time for counting transitions depends on the range of RP... Re: RPM to BX24

Re: Observations on Delay, Sleep, etc. and Multi-tasking   [2 Articles]

Don Kinzer - Mar 24 2005
--- In , "harrybstoner" wrote: > Did you try using different pulseout pause times (aside from 1350) > to see that the results were consistent, e... Re: Observations on Delay, Sleep, etc. and Multi-tasking

Re: Re: Artificial Intelligence / Neural Nets with BasicX ??

Mike Perks - Apr 15 2005
Enigma - It sounds like you need to change the time on your BX-24 RTC because it is slow - must be all of those calls to PlaySound. April fool's day was 2 weeks ago. ... Re:  Re: Artificial Intelligence / Neural Nets with BasicX ??

Re: 1200 bytes?

Stan Cossette - Sep 19 2000
--- In , "Paul J. Csonka" wrote: > Good afternoon, > > I would like to store 1200 bytes of data into a bx-24. > > Where are persistant variab... Re: 1200 bytes?

RE: Re: RTC

Art Church - Mar 12 2005
Thanks Don & Tom I have pulseouts of 0.001 which is within the 1.95 ms range. I have changed them to 0.0001 to see if this made a differance. It did. For the l... RE:  Re: RTC

BX-24 Chip Upgrade   [5 Articles]

Chris Harriman - Dec 15 1999
There is a new version of the BX-24 chip. The new version contains some minor bug fixes and adds many new chip based functions. The Old version of the BX-24... BX-24 Chip Upgrade
| 1 | 2 | next