Group Abstract Group Abstract

Message Boards Message Boards

0
|
9.4K Views
|
6 Replies
|
1 Total Like
View groups...
Share
Share this post:

Importing and processing .wav files with Version 11?

Posted 10 years ago
POSTED BY: John Reed
6 Replies
Posted 10 years ago
Attachments:
POSTED BY: John Reed
Posted 10 years ago

I tried my test again. Same result. Everything works fine down through ListPlay. When I execute the Audio statement, I get a beep, but no sound, and all the previous results are erased. It ends up as if I just opened the notebook. This was working until two days ago. Maybe corrupted Mathematica code?

POSTED BY: John Reed

Works fine for me!

POSTED BY: Sander Huisman

Most (all?) of the Audio* functions work on audio objects.

Using AudioData you can convert audio to data, and using Audio you can do the inverse.

POSTED BY: Sander Huisman
Posted 10 years ago

Thanks. That works. Can the new audio-object routines be used on this "Data" set?

POSTED BY: John Reed

Probably you want to access the data:

Import[filename,"Data"]

rather than an audio-object, which is new to version 11 (and the default import method).

POSTED BY: Sander Huisman
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard