Hello SweAndy, I will email you.
(starts writing a message)
Search found 10 matches
- Wed Jan 18, 2023 7:23 pm
- Forum: Developer Services Marketplace
- Topic: Programmer sought to make stack run on webpage
- Replies: 16
- Views: 82358
- Mon Jan 16, 2023 6:45 pm
- Forum: Developer Services Marketplace
- Topic: Programmer sought to make stack run on webpage
- Replies: 16
- Views: 82358
Re: Programmer sought to make stack run on webpage
OK Klaus. Can you think of anyone who could do this?
- Mon Jan 16, 2023 7:16 am
- Forum: Developer Services Marketplace
- Topic: Programmer sought to make stack run on webpage
- Replies: 16
- Views: 82358
Re: Programmer sought to make stack run on webpage
Klaus, If you cooperated with a Javascript developer, do you think you could sort this out for me and make my application run on my website?
It is outside my competence.
It is outside my competence.
- Sat Jan 14, 2023 7:32 pm
- Forum: Developer Services Marketplace
- Topic: Programmer sought to make stack run on webpage
- Replies: 16
- Views: 82358
Re: Programmer sought to make stack run on webpage
I found this, for instance:
Tiny ****.js module to concat multiple audio files using ffmpeg
audioconcat provides a programmatic interface to do basically the same as calling ffmpeg via CLI like:
ffmpeg -i "concat:(@@@@@1).mp3|@@@@@.mp3" -acodec copy %%%.mp3
But I don't know anything about ...
Tiny ****.js module to concat multiple audio files using ffmpeg
audioconcat provides a programmatic interface to do basically the same as calling ffmpeg via CLI like:
ffmpeg -i "concat:(@@@@@1).mp3|@@@@@.mp3" -acodec copy %%%.mp3
But I don't know anything about ...
- Sat Jan 14, 2023 7:15 pm
- Forum: Developer Services Marketplace
- Topic: Programmer sought to make stack run on webpage
- Replies: 16
- Views: 82358
Re: Programmer sought to make stack run on webpage
If you Google “sound file concatenation with javascript” you will get a lot of results. It seems to me that there must be a way to gather together sounds into a single one with Javascript.
My understanding of HTML5 is that it automatically converts Livecode code into Javascript code that can be run ...
My understanding of HTML5 is that it automatically converts Livecode code into Javascript code that can be run ...
- Sat Jan 14, 2023 4:09 pm
- Forum: Developer Services Marketplace
- Topic: Programmer sought to make stack run on webpage
- Replies: 16
- Views: 82358
Re: Programmer sought to make stack run on webpage
Hi Klaus.
Might it be possible to change the way the stack works so that it could run on a website?
What do you think…
Might it be possible to change the way the stack works so that it could run on a website?
What do you think…
- Fri Jan 13, 2023 8:07 pm
- Forum: Developer Services Marketplace
- Topic: Programmer sought to make stack run on webpage
- Replies: 16
- Views: 82358
Programmer sought to make stack run on webpage
A while ago, with the assistance of Klaus, I made a Livecode stack that converts phonetic sound symbols into live sound: you type, it speaks.
It works well but is not currently up to the latest Apple standards.
I would like to know if it would be possible to make it run on my s4phonetics website ...
It works well but is not currently up to the latest Apple standards.
I would like to know if it would be possible to make it run on my s4phonetics website ...
- Sat Jun 08, 2013 2:17 am
- Forum: Databases
- Topic: Putting Unicode text into MySQL and getting it back
- Replies: 7
- Views: 8832
Re: Putting Unicode text into MySQL and getting it back
Problem solved!
Malte is The Man
Malte is The Man
- Mon Jun 03, 2013 3:27 am
- Forum: Databases
- Topic: Putting Unicode text into MySQL and getting it back
- Replies: 7
- Views: 8832
Re: Putting Unicode text into MySQL and getting it back
Thanks Bangkok, I tried the "SET NAMES 'utf8'" trick and all I got was garbage back again (sigh).
Thanks Dave, I am using phpMyAdmin to see what is going on in the database, set up tables etc.
The type of the field I am writing to is "varchar" and the collation sequence is "utf_general_ci"
The ...
Thanks Dave, I am using phpMyAdmin to see what is going on in the database, set up tables etc.
The type of the field I am writing to is "varchar" and the collation sequence is "utf_general_ci"
The ...
- Sun Jun 02, 2013 3:41 am
- Forum: Databases
- Topic: Putting Unicode text into MySQL and getting it back
- Replies: 7
- Views: 8832
Putting Unicode text into MySQL and getting it back
From a LiveCode field, want to put UTF-8 text into a field in a table in a MySQL database where it can be searchable, and get it back unchanged.
I have been trying for a week and just can't get it to work, unicode encoding and decoding etc.
I guess that this is a problem for many.
OK, the details ...
I have been trying for a week and just can't get it to work, unicode encoding and decoding etc.
I guess that this is a problem for many.
OK, the details ...