• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

.au sound, applets, and Macs oh my!

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I and some other folks are experimenting with an open source voice chat program that uses applets to send sound between groups of PCs through our website server (as opposed to directly between PCs, or using one of the PCs as the server). The program sends sound in .au format (Sun's format). Someone claimed that this would give us problems with Macs, because Macs don't use .au format.

Does anyone know if this is true? I thought that with applets, Java itself would take care of handling sound files, and whatever, through the virtual machine associated with the browser (We havn't found anyone with a Mac to try it out on yet).

PS: If that IS a potential problem, is there some other preferred sound format that is likely to work across different types of OSs and machines?
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You are correct. Even though .au is not a common format on the Mac, the JVM handles it just fine (I think it also handles .wav, but I'm not sure about that).
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic