Search found 6 matches

by wimapon3
Thu Jun 05, 2025 7:30 am
Forum: Coding Questions
Topic: how to make a mp3 file from the output of my morse code program?
Replies: 8
Views: 1159

how to make a mp3 file from the output of my morse code program?

I made a program that make morse code sounds... and sends an certain text to the loudspeaker of the computer.

i like to put this signals into a mp3 file , so i can send it by mail to other persons ( who likes to learn morse code)

Wim
by wimapon3
Thu Jun 05, 2025 7:26 am
Forum: Coding Questions
Topic: coding with sound for morse program
Replies: 11
Views: 990

Re: coding with sound for morse program

How can i put < SOLVED> in the title ??
by wimapon3
Thu Jun 05, 2025 7:24 am
Forum: Coding Questions
Topic: coding with sound for morse program
Replies: 11
Views: 990

Re: coding with sound for morse program

hi folks,
NicTheQuick, SPH, Marc56us and idle,
thank you very much for your help.

I made my program with your help,, and it is working very nice.

i will open a new threat for the question "how to make a .mpe3 file from the output"

anyhow thank you a 1000 times.

Wim
by wimapon3
Wed Jun 04, 2025 2:29 pm
Forum: Coding Questions
Topic: coding with sound for morse program
Replies: 11
Views: 990

Re: coding with sound for morse program

Hi SPH and Nick,
Thank you very much. This is exacly what i needed!
now i can make my program.

Very nice to get help so quick!

but if i read the help file for "playsound" i can not understantd the command: playsound(0,0,100)
but anyhow, it works nice.

if you like to see my software style of ...
by wimapon3
Wed Jun 04, 2025 12:58 pm
Forum: Coding Questions
Topic: coding with sound for morse program
Replies: 11
Views: 990

Re: coding with sound for morse program

Hi nick,
thanks for your reply. I am wimapon, and i am here for some 10 years now. i lost the credentials for wimapon.

so i do have a lot of experience, but i am 80 years old, and my programming style is as for quick basic and gwbasic.

i never use all the fancy pure basic features.......

so i ...
by wimapon3
Wed Jun 04, 2025 11:38 am
Forum: Coding Questions
Topic: coding with sound for morse program
Replies: 11
Views: 990

coding with sound for morse program

hi folks,
i am trying to make a sending morse coding program with purebasic.
i need 3 simple parts of code

1. gives a sound for 1 second
2. gives a sound for 3 seconds
3. gives no sound for 1 second.
'
i do not come further then:

InitSound() ; Initialize Sound system
UseOGGSoundDecoder() ; Use ...