Re: Play m4a files on Windows 7

2016-08-13 Thread Dan Brown
A workaround could be to use html5's native audio player within livecodes browser to stream the m4a files http://www.w3schools.com/html/html5_audio.asp On 14 Aug 2016 4:53 am, "Scott Rossi" wrote: > >> I'm sure you're right. I'll tell him, but he's got the final say. > > > FWIW: For conversion,

Re: Play m4a files on Windows 7

2016-08-13 Thread Scott Rossi
>> I'm sure you're right. I'll tell him, but he's got the final say. FWIW: For conversion, Audacity is a decent app, but you might want to take a look at this: http://www.nch.com.au/switch/ Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design > __

Re: Play m4a files on Windows 7

2016-08-13 Thread Sannyasin Brahmanathaswami
Well, clearly you have more knowledge here… of course it's assumed that Jacque's people must have the original source files (one hopes they do) in a lossless format. Setting aside blindspots on the true nature of m4a.. I thought the focus was on file size and cross platform deliverability of

Re: Play m4a files on Windows 7

2016-08-13 Thread stephen barncard
OK hold on a minute. I sense some inaccurate reporting here time for me to step in... if one is comparing m4a to mp3, we have apples and oranges here. Comparing by rate numbers doesn't take into consideration the efficiency of m4a. It's not just for 'audiophiles' - that's a misconception. It

Re: Play m4a files on Windows 7

2016-08-13 Thread Sannyasin Brahmanathaswami
ditto what Scott said. I've processed vocal audio every week for the last 15 years… We have had this m4a vs mp3 discussion in house for years… the m4a man typically is an audiophile that uses settings that are entirely unnecessary for average listener (we do a lot of voice)… sure, if it were or

Re: Play m4a files on Windows 7

2016-08-13 Thread Sannyasin Brahmanathaswami
Just minutes ago I converted 2GB of audio (mono voice) coming into Audition at 44100 Hz/32-bit to 16000hz/24bit CBR and got the whole repository down to 250MB! And I tested on discriminating ears here and they cannot hear *any* significant difference. BR On 8/13/16, 10:33 AM, "use-livecode

Re: Play m4a files on Windows 7

2016-08-13 Thread J. Landman Gay
I'm sure you're right. I'll tell him, but he's got the final say. On 8/13/2016 4:59 PM, Scott Rossi wrote: There's another factor to your advantage here, if the majority of your content is voice. Voice is WAY more forgiving of high compression than music, so I would say you're good choosing a

Re: Play m4a files on Windows 7

2016-08-13 Thread Scott Rossi
There's another factor to your advantage here, if the majority of your content is voice. Voice is WAY more forgiving of high compression than music, so I would say you're good choosing a different format rather than jumping through hoops trying to accommodate m4a. Save yourself some headache.

Re: Play m4a files on Windows 7

2016-08-13 Thread J. Landman Gay
On 8/13/2016 3:52 PM, Peter Bogdanoff wrote: I agree with Scott about the “difference in quality” issue. Probably the only way people would notice a difference in audio quality would be to play the files side-by-side. Even then it would be difficult because of the relatively low quality of playba

Re: Play m4a files on Windows 7

2016-08-13 Thread J. Landman Gay
On 8/13/2016 3:33 PM, Scott Rossi wrote: Which codec pack did you try? I was just looking at K-Lite: https://www.codecguide.com/download_kl.htm I'm going to try the LAV package Panos suggested since he says it works. We downloaded the VLC package, which includes all the codecs, and the files

Re: Play m4a files on Windows 7

2016-08-13 Thread panagiotis merakos
@Peter You are right, I cannot see the feature note in the Release Notes of LC 8.1 DP2, although it *should* be there since the pull request that implemented that feature did include a "feature-windows_player_callbacks.md" file. This looks like a bug in the release note builder. We will investigate

Re: Play m4a files on Windows 7

2016-08-13 Thread Peter Bogdanoff
I agree with Scott about the “difference in quality” issue. Probably the only way people would notice a difference in audio quality would be to play the files side-by-side. Even then it would be difficult because of the relatively low quality of playback speakers/headphones. I’ve tried it with g

Re: Play m4a files on Windows 7

2016-08-13 Thread J. Landman Gay
Thank you Panos, you may have saved us. I'll pass this on to the client for testing. I'm very glad you were reading the list today. :) On 8/13/2016 3:06 PM, panagiotis merakos wrote: Hi all, @Jacque: I can successfully play .m4a audio files on Windows 7 using LC 8.1 dp3 *after* installing the

Re: Play m4a files on Windows 7

2016-08-13 Thread Scott Rossi
Which codec pack did you try? I was just looking at K-Lite: https://www.codecguide.com/download_kl.htm And how many audio files are you talking about? What type of content? I have to believe conversion to another format is possible. Get a batch convertor and process in bulk. I spoke to my brot

Re: Play m4a files on Windows 7

2016-08-13 Thread Peter Bogdanoff
Thanks Panos! I didn’t see an announcement about callbacks… So is that different duration in Windows a predictable proportional amount compared to the duration in OSX? Is this proportion always the same number? (Or will I have to find this out myself?) My application is cross-platform with many

Re: Create ean-13 barcode in LiveCode

2016-08-13 Thread Dar Scott
I've made some for specialized applications, but I haven't created a library. Dar > On Aug 12, 2016, at 5:43 PM, Ton Kuypers > wrote: > > Has anyone taken the time to create EAN-13 or UPC barcodes directly in > LiveCode? > I need to add an addition to a productmanagement system (written in

Re: Play m4a files on Windows 7

2016-08-13 Thread panagiotis merakos
Hi all, @Jacque: I can successfully play .m4a audio files on Windows 7 using LC 8.1 dp3 *after* installing the LAV filters suggested in the LC Forums: http://forums.livecode.com/viewtopic.php?f=18&t=27380 Note that this is not officially suggested by LiveCode Ltd, it is just a working solution.

Re: Play m4a files on Windows 7

2016-08-13 Thread J. Landman Gay
Yes, you're right. We're pretty much screwed then. All the universities have demanded that QT be removed from all site computers and our app depends on .m4a audio. There are too many audio files to convert to another format, and the audio guy refuses to do it anyway due to the quality degredati

Re: Play m4a files on Windows 7

2016-08-13 Thread Peter Bogdanoff
I see that Ian Macphail says: "We decided to overhaul the Windows player object, replacing the existing Quicktime based implementation with one based on DirectShow, which is fully supported on all current Windows versions.” https://livecode.com/removing-quicktime-dependency-from-livecodes-player-

Re: Play m4a files on Windows 7

2016-08-13 Thread J. Landman Gay
On 8/9/2016 4:58 PM, J. Landman Gay wrote: On 8/9/2016 4:26 PM, J. Landman Gay wrote: We need to play .m4a files on Windows 7 and up. Double-clicking one of those files plays back successfully on a Win 7 machine. Loading a player control with the URL to the file in LC on the same machine does no

Re: Create ean-13 barcode in LiveCode

2016-08-13 Thread Mike Kerner
Erik and Ton, mergzxing is for scanning, not for creating. Also, mergAV has a better barcode scanner than mergZX does, for any number of reasons. On Sat, Aug 13, 2016 at 12:19 AM, Erik Beugelaar wrote: > Hi Ton, > > Take a look at https://github.com/trozware/rev_stacks?files=1 > > Also Monte ha

Re: No data in application browser in 8.0.2

2016-08-13 Thread richmond
I'm on holiday so I only have my 32-bit Linux laptop (Mint 18 xfce) with me, but have just installed 8.0.2 stable and the Application Browser (which I depend on) works "as it should". Richmond. On 08/13/2016 02:56 AM, Mark Wieder wrote: On 08/12/2016 10:06 AM, Ben Rubinstein wrote: FWIW: