Developer assistance needed

This is the place to offer or seek development services - offer to build apps for others or find a developer to work for you

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Anada
Posts: 7
Joined: Sat Nov 26, 2016 7:49 pm

Developer assistance needed

Post by Anada » Sun Aug 27, 2017 9:25 pm

Hi,

I am a linguist and occasional Livecode programmer.
I have an Indy license and use the Livecode web hosting service.

I have written an application that converts phonetic text directly into sound by playing in succession an audio clip associated with each phonetic character. It works quite well but it functions by waiting until each sound is played before playing the next one.

Firstly, I am considering changing my app by having it concatenate the audio clips into chunks then playing the resulting chunks. Possibly, I could do this by having an extension made with C or Javascript. Maybe something like the Javascript routine "audioconcat".

Secondly, I am considering making my application web-based with HTML5 but I don't have a license for doing that.

I am looking for a developer who could assist me with doing there two things, for a fee. I look forward to any suggestions.

Best regards,
Simon Vickers

Anada
Posts: 7
Joined: Sat Nov 26, 2016 7:49 pm

Re: Developer assistance needed

Post by Anada » Mon Dec 25, 2017 4:03 am

I thought that is might be a good place to find a developer, but no luck so far :(
Any suggestions anyone?

bogs
Posts: 5435
Joined: Sat Feb 25, 2017 10:45 pm

Re: Developer assistance needed

Post by bogs » Mon Dec 25, 2017 7:51 am

As far as I know your in the right place for this, unfortunately I have none of what you are looking for or I would have answered your first post.

Others come and go through more or less frequently, or persons looking at this request may not have the time at the moment, but may get back to you later.

I know there are others that advertise services like this, some of which you can find in the directory, and Richard mentioned (elsewhere) the LiveCode group on LinkedIn.

Good luck with the project :)
Image

Anada
Posts: 7
Joined: Sat Nov 26, 2016 7:49 pm

Re: Developer assistance needed

Post by Anada » Mon Dec 25, 2017 8:55 pm

Thanks for this, and season's greetings.
I will keep looking

bogs
Posts: 5435
Joined: Sat Feb 25, 2017 10:45 pm

Re: Developer assistance needed

Post by bogs » Mon Dec 25, 2017 9:16 pm

No problems, we're all in this together as Red Green used to say. Hope your holidays go well and that you find the help you need.
Image

MaxV
Posts: 1579
Joined: Tue May 28, 2013 2:20 pm
Location: Italy
Contact:

Re: Developer assistance needed

Post by MaxV » Wed Dec 27, 2017 2:58 pm

Anada wrote:
Sun Aug 27, 2017 9:25 pm
Hi,

I have written an application that converts phonetic text directly into sound by playing in succession an audio clip associated with each phonetic character. It works quite well but it functions by waiting until each sound is played before playing the next one.

Firstly, I am considering changing my app by having it concatenate the audio clips into chunks then playing the resulting chunks. Possibly, I could do this by having an extension made with C or Javascript. Maybe something like the Javascript routine "audioconcat".
You could speed up playing so that you know the clip time, so start the new one before the current ends.
This way you don't need to merge files.
Anada wrote:
Sun Aug 27, 2017 9:25 pm
Secondly, I am considering making my application web-based with HTML5 but I don't have a license for doing that.
What? If the app is free and open source any version of livecode has the export to HTML.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

bogs
Posts: 5435
Joined: Sat Feb 25, 2017 10:45 pm

Re: Developer assistance needed

Post by bogs » Wed Dec 27, 2017 3:35 pm

MaxV wrote:
Wed Dec 27, 2017 2:58 pm
What? If the app is free and open source any version of livecode has the export to HTML.
That is true, however I suspect that since they said they have an indy license, it may not be free or open source, and their version of Lc may be before the html 5 came out.
Image

MaxV
Posts: 1579
Joined: Tue May 28, 2013 2:20 pm
Location: Italy
Contact:

Re: Developer assistance needed

Post by MaxV » Wed Dec 27, 2017 4:49 pm

bogs wrote:
Wed Dec 27, 2017 3:35 pm
MaxV wrote:
Wed Dec 27, 2017 2:58 pm
What? If the app is free and open source any version of livecode has the export to HTML.
That is true, however I suspect that since they said they have an indy license, it may not be free or open source, and their version of Lc may be before the html 5 came out.
No, wait. The HTML5 export is always present in all editions of livecode.
You can't create a closed source web app without buying the webapp license. the webapp closed source is an additional license to the commercial licenses.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

bogs
Posts: 5435
Joined: Sat Feb 25, 2017 10:45 pm

Re: Developer assistance needed

Post by bogs » Wed Dec 27, 2017 5:16 pm

MaxV wrote:
Wed Dec 27, 2017 4:49 pm
No, wait. The HTML5 export is always present in all editions of livecode.
Um, the HTML5 export did not come out until (I think) vers. 8.x, I know it was not available in 7.1.4. He has an indy version of Lc, time frame unknown, if it was between 1 and 7, it will not have html5.

Earlier comm. versions, such as Enterprise (not sure about indy), *did* have a 'web app' of sorts, but that is not HTML5, and was I think browser and setup dependent (not sure, though).
Image

Anada
Posts: 7
Joined: Sat Nov 26, 2016 7:49 pm

Re: Developer assistance needed

Post by Anada » Thu Dec 28, 2017 9:18 am

I was not planning to offer an open source version of my app. And, although I do have an Indy license, when I try and create an HTML5 build, it says I need a license to do that.

I am still looking for assistance with concatenating sound clips before playing them though.

bogs
Posts: 5435
Joined: Sat Feb 25, 2017 10:45 pm

Re: Developer assistance needed

Post by bogs » Thu Dec 28, 2017 9:44 am

Hm. I just went to the pricing page to see why an indy version would require another license for HTML5. The message is correct, apparently it is another $499. for that capability.

I think if I were you, I would download the last 8.x from community, and see if what your thinking of doing would even work with the HTML builder. Alternately, we'll have to wait for someone to answer that one for you.

As for the concatenating sound clips before playing them, it might be worth asking in the forum if anyone has already done this. If it is simple enough, you might get enough pointers to work it out on your own.

*Edit - no sooner did I say that than I remembered this.
Image

MaxV
Posts: 1579
Joined: Tue May 28, 2013 2:20 pm
Location: Italy
Contact:

Re: Developer assistance needed

Post by MaxV » Thu Dec 28, 2017 11:51 am

Anada wrote:
Thu Dec 28, 2017 9:18 am
I was not planning to offer an open source version of my app. And, although I do have an Indy license, when I try and create an HTML5 build, it says I need a license to do that.
Use the free community version, it has the export to HTML5.
Make your test, and if it works as you like, you can decide to buy the license.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

bogs
Posts: 5435
Joined: Sat Feb 25, 2017 10:45 pm

Re: Developer assistance needed

Post by bogs » Thu Dec 28, 2017 8:35 pm

bogs wrote:
Thu Dec 28, 2017 9:44 am
I think if I were you, I would download the last 8.x from community, and see if what your thinking of doing would even work with the HTML builder. Alternately, we'll have to wait for someone to answer that one for you.
MaxV wrote:
Thu Dec 28, 2017 11:51 am
Use the free community version, it has the export to HTML5.
Make your test, and if it works as you like, you can decide to buy the license.
GMTA :twisted:

*Disclaimer - despite our answers, Max and I are not trying to sway you to the seductive power of the OSS side of the force, Luke... Image
Image

Anada
Posts: 7
Joined: Sat Nov 26, 2016 7:49 pm

Re: Developer assistance needed

Post by Anada » Sat Dec 30, 2017 3:57 am

Well, thanks for the suggestion of using the OpenSource version for testing webpage deployment.
I will definitely try this.
:D

bogs
Posts: 5435
Joined: Sat Feb 25, 2017 10:45 pm

Re: Developer assistance needed

Post by bogs » Sat Dec 30, 2017 1:52 pm

You did see the link to the playing sounds? I'm guessing that is not what you were looking for?
Image

Post Reply

Return to “Developer Services Marketplace”