Search found 2 matches
- Wed Dec 19, 2012 6:41 am
- Forum: General Audio Programming
- Topic: Audacity mp3 file not working in Google Chrome
- Replies: 4
- Views: 7993
Re: Audacity mp3 file not working in Google Chrome
I suspect the first code couldn't figure out the OGG, not the MP3. Do all the browsers you're writing for open the MP3 cold -- File > Open -- without the embedding and html code? Describe the MP3 show. Five second mono voice test? I know you can make MP3 with two different tag types, one not as tal...
- Tue Dec 18, 2012 9:44 pm
- Forum: General Audio Programming
- Topic: Audacity mp3 file not working in Google Chrome
- Replies: 4
- Views: 7993
Audacity mp3 file not working in Google Chrome
Hi I am new to Audacity. I have downloaded Audacity 2.0.2 and I have created an mp3 file. It works in IE, a different code works in FF, but no code works in Google Chrome. Here is the reason why I think it's the mp3's fault. I found the following code on w3schools: <!DOCTYPE html> <html> <body> <aud...