Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - no0b

Pages: [1]
1
Getting and Using Vamp Plugins / Re: reading mp3 files?
« on: March 18, 2009, 02:54:06 »
Hi! Oh so that's the beats? oh! ok thanks! I was looking for information after the semicolon cos I was under the impression that each timestamp was like 1 frame.

Thanks!! :D:D:D

2
Getting and Using Vamp Plugins / Re: reading mp3 files?
« on: March 14, 2009, 04:03:55 »
bump?

3
Getting and Using Vamp Plugins / Re: reading mp3 files?
« on: March 12, 2009, 12:55:57 »
haha thanks :) I've tried with the qm one too and got nothing too though.. :x

4
Getting and Using Vamp Plugins / Re: reading mp3 files?
« on: March 12, 2009, 12:26:27 »
I'm running it on Ubuntu.. and here's a link to the file:
https://www.yousendit.com/download/U0d3eUNQYWJFc0t4dnc9PQ

I thought of sending it to you by email but it's 11MB o.o

Here's a smaller one but has the same problem:
https://www.yousendit.com/download/U0d3eUNLU1A0b0JjR0E9PQ

5
Getting and Using Vamp Plugins / Re: reading mp3 files?
« on: March 12, 2009, 11:26:01 »
arguments:

vamp-example-plugins:fixedtempo 0rW4y2QB5AA.wav

output (from netbeans):

application_1: Running...
Reading file: "0rW4y2QB5AA.wav", writing to standard output
22050
Running plugin: "fixedtempo"...
Using block size = 256, step size = 64
Plugin accepts 1 -> 1 channel(s)
Sound file has 1 (will mix/augment if necessary)
Output is: "tempo"
PluginChannelAdapter::initialise: accepting given number of channels (1)
No tempo candidates!
[Press Enter to close window]



6
Getting and Using Vamp Plugins / Re: 0 tempo?
« on: March 12, 2009, 07:02:15 »
it happens with vamp-simple-host as well.. :/ unless there's a problem with the wav files I'm using.. But I've tried using many different wav files from various different sources and it's all 0... :(

7
Getting and Using Vamp Plugins / 0 tempo?
« on: March 11, 2009, 15:52:56 »
oh! another question:

I tried running the example plugins and several of the other downloadable plugins' tempo extractors but I keep getting 0 results. any ideas? I'm running them on wavs, and can see it being processed (i.e., i see a loooooong list of timestamps) but everything is 0. :(

8
Getting and Using Vamp Plugins / Re: reading mp3 files?
« on: March 11, 2009, 14:56:01 »
Ah, ok thanks! :) will look into it :)

9
Getting and Using Vamp Plugins / reading mp3 files?
« on: March 09, 2009, 14:51:10 »
Hi all,
I just started using Vamp plugins for my project, and following the code in vamp-plugin-sdk-2.0/host/vamp-simple-host.cpp, I've managed to create a program to read in the plugins and run them. However, in my project, I'm extensively using mp3 files. (I read and process them with Marsyas compiled with madlib). From vamp-simple-host's code, it seems libsndfile is used to read in the file. This results in it only being able to read in wav files. Is there any (hopefully simple) way I can get Vamp plugins to read in mp3 files?

Thank you very much!

Pages: [1]