Search found 5 matches

by Simon Vickers
Tue Dec 10, 2013 3:42 am
Forum: Talking LiveCode
Topic: OK on my computer, "corrupted" on his ???
Replies: 5
Views: 3583

Re: OK on my computer, "corrupted" on his ???

Some answers to your questions:
1. The stack has a plain non-Unicode name, its focus is just on running AppleScript scripts for the time being
2. The stack does not use Unicode 16 internally
3. I don`t know
4. I don`t know

The stack will include Unicode stuff at a later stage.
by Simon Vickers
Mon Dec 09, 2013 9:10 am
Forum: Talking LiveCode
Topic: OK on my computer, "corrupted" on his ???
Replies: 5
Views: 3583

Re: OK on my computer, "corrupted" on his ???

Thanks for the feedback Bernd, actually he had a recent version of LiveCode. I finally got the the bottom of this, the problem was caused by the language settings on my Japanese collaborator`s machine. He wrote: "I succeeded to open your LiveCode stack. LiveCode seems not to be able to open stacks u...
by Simon Vickers
Thu Dec 05, 2013 10:12 am
Forum: Talking LiveCode
Topic: OK on my computer, "corrupted" on his ???
Replies: 5
Views: 3583

OK on my computer, "corrupted" on his ???

I am making a stack for reading audio clips, setting extracts of them and then saving the extracts as audio files. This is done by piping the audio sound output to QuickTime 7 with SoundFlower under AppleScript control. I am doing this with a Japanese AppleScript expert because I don`t know how. Whe...
by Simon Vickers
Wed Aug 28, 2013 2:25 am
Forum: Databases
Topic: Putting audio into mysql and getting it back again
Replies: 4
Views: 7481

Re: Putting audio into mysql and getting it back again

Thanks for the feedback. Maybe I should explain a bit more. I have already done storing the startTime and endTime in SQL fields and having the audio file accessible at an URL. It works fine. The trouble is I want to play individual sound chunks from multiple audio files, in no particular order. That...
by Simon Vickers
Tue Aug 27, 2013 11:42 am
Forum: Databases
Topic: Putting audio into mysql and getting it back again
Replies: 4
Views: 7481

Putting audio into mysql and getting it back again

I am making an application that is designed to take large MP3 audio files and break them into small chunks. As Per §13.3.1 of the LiveCode User Guide, I use a "player object", getting the audio from a URL then defining each chunk with a "startTime" and an "endTime". The chunks can then be played at ...