Closed bourgeois closed 10 years ago
My guess is the version of mbelib installed on your system is outdated. Pull the latest version and do a make install
.
I installed mbelib through brew
and I got version 1.2.5, here is the brew info
output,
λ mba ~ → brew info mbelib
mbelib: stable 1.2.5, HEAD
https://github.com/szechyjs/mbelib
/usr/local/Cellar/mbelib/1.2.5 (7 files, 232K) *
Built from source
From: https://github.com/mxcl/homebrew/commits/master/Library/Formula/mbelib.rb
==> Dependencies
Build: cmake ✔
Should I try to do a clean install with a new build from master ?
Also, I just read the other issues about OS X and it seems that the sound is not working right now, is this right ?
If this is the case, it's pretty much pointless to build it anyway, no ?
Allright, I pulled the last version of mbelib and it builds correctly now !
λ mba build → λ git master → dsd
Digital Speech Decoder 1.7.0-dev (build:v1.6.0-26-ge40e89a)
mbelib version 1.2.5
Error, couldn't open /dev/audio
λ mba build → λ git master →
Is there any workaround for the /dev/audio
issue on OS X yet ?
The latest version of dsd requires the current version of mbelib. To install the latest using homebrew use brew install --HEAD mbelib
There currently is no fix for audio on OSX. This is on our todo list, unfortunately it requires a pretty decent rewrite of dsd.
Depending on how you want to use dsd, you can still read and write to wav files rather than audio in/out.
With the current implementation, would it be possible to output audio samples to a pseudo file descriptor or socket (named pipe), and then read it with SoX ?
Like in the last example of this link, by piping the output of a command to SoX which is then routed to core audio ?
Closing as linking error was resolved with latest mbelib.
OSX audio issue can be addressed in existing issue.
I am not able to compile DSD on OS X with the latest version of XCode (5).
Here is the complete build trace
Also, for your information,
Am I missing something ?
Thanks for your support !
Update: I think theses SO answers might be related to this issue:
http://stackoverflow.com/a/19637199 http://stackoverflow.com/a/19774902